)]}'
{
  "log": [
    {
      "commit": "bd0f3712e25413e6c5b1ed5c35ef6e1361d922a6",
      "tree": "3b2dbdf5b4afb5137a109c8f9cb69f2511d4d220",
      "parents": [
        "af83e833078f98d3f7171104e813618a27e98c8b"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Dec 16 14:13:41 2019 +0000"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Feb 24 10:51:56 2020 +0000"
      },
      "message": "Fix intermittent port_forwarding test failures\n\nThis test was failing from time to time on checking UDP port\nforwarding.\nThe reason for that was that sometimes (for unknown for me reason)\nnc server spawned on guest vm wasn\u0027t run properly. Due to that there was\nno response from this nc server and test was failing.\n\nThis patch changes that to use wait_until_true() helper and wait\n60 seconds to received msg. Every time it tries to receive message,\nfirst it tries also to spawn nc server on guest vm.\n\nThis patch also reverts commit\n526f53722fc51eb1f9bdac957495518cbeae5e10.\nas port_forwarding test don\u0027t need to be marked as unstable anymore.\n\nCloses-Bug: #1850800\n\nChange-Id: I95d5ba02b2851a07e6e1a8a2bedfdce7d20f32fc\n"
    },
    {
      "commit": "af83e833078f98d3f7171104e813618a27e98c8b",
      "tree": "fbb93c86cd77f133d4dbd0eb0ce4117049e731fd",
      "parents": [
        "b7e0eef8de92f6a70c16c879f6a9a20377e82882"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Feb 05 12:11:54 2020 +0100"
      },
      "committer": {
        "name": "Nate Johnston",
        "email": "nate.johnston@redhat.com",
        "time": "Fri Feb 21 20:46:39 2020 +0000"
      },
      "message": "Fix how nc client and server are run in scenario tests\n\nIn change [1] the way how netcat server is run was changed.\nBut since than it was failing because\nssh_client.execute_command() method was blocking on waiting for\nfd from remote host.\nSo this patch changes that to use ssh_client.execute_script()\nmethod which runs fine.\n\nIt also changes how ncat command to run server and client are build.\nIn case of ncat server there is difference between ncat provided by\nnmap, which is used e.g. in RHEL or Ubuntu and nc provided by busybox\nwhich is used in Cirros.\nIn case of Cirros, we need to use \"-e\" parameter to provide script to\nexecute but in RHEL or Ubuntu we need to use \"-c\" option.\n\nFor ncat client, there is difference between ncat 7.60 and 7.70.\nIn case of this newer one, which is e.g. in RHEL 8, we need to pass\n\"-z\" flag to run it in \"Zero-I/O mode\". For earlier versions (e.g.\non Ubuntu Bionic) it\u0027s not needed.\n\n[1] https://review.opendev.org/#/c/702882/\n\nChange-Id: I55607a521dd1829357d296c60855931ce2251295\n"
    },
    {
      "commit": "b7e0eef8de92f6a70c16c879f6a9a20377e82882",
      "tree": "15babccf001d55c0af452f9af2f85baa18b3c15a",
      "parents": [
        "6052eebfc8ddd55e5ee50b48d34900a152023f54",
        "86620dacc6a7d0b11e5a40431a4e2786c2a027b4"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Feb 15 12:47:31 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Feb 15 12:47:31 2020 +0000"
      },
      "message": "Merge \"Stop using not existing ShellCommandError exception class\""
    },
    {
      "commit": "c654d8a408ec2bd7927c0cffce104366d65a51dd",
      "tree": "b7c3a768543c9e2692fae70a2b87e33014d1c338",
      "parents": [
        "5a064d1ed999479fd7603344585f8b35092a6780",
        "b5114e078f33bf2683f3bfc6ea59d9508155e529"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 13 02:22:06 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 13 02:22:06 2020 +0000"
      },
      "message": "Merge \"Enhance the test_multicast_between_vms_on_same_network test\""
    },
    {
      "commit": "b5114e078f33bf2683f3bfc6ea59d9508155e529",
      "tree": "ab355ea22043aed9f967ab01d362bfc7075c6576",
      "parents": [
        "4dea8060f05fab427cd042934674f08b03927e05"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Feb 04 13:36:46 2020 +0000"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Feb 11 15:13:36 2020 +0000"
      },
      "message": "Enhance the test_multicast_between_vms_on_same_network test\n\nThis patch is enhancing the test_multicast_between_vms_on_same_network\ntest to fit the different scenarios that can be encountered when using\nmulticast:\n\n1) When IGMP snooping is enabled and the multicast group address *is not*\n   in the 224.0.0.X range [0], asserts that the multicast traffic *is not*\n   flooded.\n\n2) When IGMP snooping is not enabled, asserts that the multicast traffic\n   is flooded and the unregistered VM gets it.\n\n3) When IGMP snooping is enabled and the multicast group addres *is* in\n   the 224.0.0.X range [0], asserts that the multicast traffic *is*\n   flooded.\n\nIn order to make those assertions, a new VM is being launched as part of\nthe test running tcpdump to verify whether the traffic is reaching it or\nnot.\n\nA new configuration option called \"is_igmp_snooping_enabled\" has been\nadded.\n\n[0] https://tools.ietf.org/html/rfc4541 (See section 2.1.2)\n\nChange-Id: I8af041925119463c7199238988f0133e8d993a8f\nSigned-off-by: Lucas Alvares Gomes \u003clucasagomes@gmail.com\u003e\n"
    },
    {
      "commit": "cc92cc9f4420f8da5fc89562ee8b2f80cee748be",
      "tree": "ec0c8480cabae7f8d7745883aa09221b06476bcd",
      "parents": [
        "630ce1fb844100f5ff297710e1bff02d6ea98390"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 14 17:26:51 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Feb 11 09:29:10 2020 +0000"
      },
      "message": "Remove references to \"tenant_id\" in test_security_groups\n\nChange-Id: I4cbeb5b0dff226ccb6c7d7893b4fa5a0b49a8f64\nRelated-Bug: #1858783\n"
    },
    {
      "commit": "630ce1fb844100f5ff297710e1bff02d6ea98390",
      "tree": "a4a90cf1eaf5b071bde8b1ef39ed9c618662dcf2",
      "parents": [
        "11cfd4fb37cc8933d8fb56bb7ac1d6317613c87f",
        "e2d062f125a38eca2c8c67f84deb3960b12eb484"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Feb 11 07:05:20 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 11 07:05:21 2020 +0000"
      },
      "message": "Merge \"Remove references to \"tenant_id\" in test_qos\""
    },
    {
      "commit": "11cfd4fb37cc8933d8fb56bb7ac1d6317613c87f",
      "tree": "e42d37086ab9ff6bd242c42ba7c9fdc03eb2c93b",
      "parents": [
        "3fe777171a678c0f60734a94cba63aa7d10e0d93",
        "ea283cccdc83c9dc81503151a1990112c4551fef"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Feb 11 00:39:58 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 11 00:39:58 2020 +0000"
      },
      "message": "Merge \"Security group assignment negative tests\""
    },
    {
      "commit": "3fe777171a678c0f60734a94cba63aa7d10e0d93",
      "tree": "161c56112696930c7722bd30c67d0572a7b85350",
      "parents": [
        "6b151cfd44cc4d665176e3e7b5af591d7cab61f7",
        "a18815d62b0f4ceaaf84ef852340d2b4fe2e795b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 10 21:04:58 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 10 21:04:58 2020 +0000"
      },
      "message": "Merge \"Negative tests for security group quota\""
    },
    {
      "commit": "6b151cfd44cc4d665176e3e7b5af591d7cab61f7",
      "tree": "d86550d91cabff5976ccd0e376da8e6d68584a4d",
      "parents": [
        "2a71a8966492adb222e6fc289e77f7afc681d082",
        "1d30f6120a6c17da7059a63d136b9b58a796992d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Feb 07 17:54:04 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Feb 07 17:54:04 2020 +0000"
      },
      "message": "Merge \"Change the default multicast group range\""
    },
    {
      "commit": "e2d062f125a38eca2c8c67f84deb3960b12eb484",
      "tree": "883e9ab7da383d813b835764cdd1fc2777a4da2e",
      "parents": [
        "de952714e262f88c927ab6bb2cc5dfbb5daaf9c7"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 14 17:11:42 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Feb 07 09:26:32 2020 +0000"
      },
      "message": "Remove references to \"tenant_id\" in test_qos\n\nChange-Id: I188bb04992b8fa306cd0da6f9ebed4c1cd2338c9\nRelated-Bug: #1858783\n"
    },
    {
      "commit": "2a71a8966492adb222e6fc289e77f7afc681d082",
      "tree": "7422836aa108507a13cd1b2ff28b1a3ae75aad88",
      "parents": [
        "de952714e262f88c927ab6bb2cc5dfbb5daaf9c7"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Feb 03 11:48:34 2020 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Feb 07 08:31:50 2020 +0000"
      },
      "message": "Fix test_connectivity_dvr_and_no_dvr_routers_in_same_subnet test\n\nThis patch fixes couple of issues in scenario test from\ntest_connectivity module.\n\n1. Replace safe_client with client object\n   In class NetworkConnectivityTest there was used safe_client\n   but there is no such attribute in this class. Object \"client\"\n   should be used instead.\n\n2. It also fixes in the same test how external network\u0027s subnet\n   ID is get from the network\u0027s info.\n\n3. Change to use admin_client to get details of external\n   network\u0027s subnet as this subnet don\u0027t belongs to tenant user\n   so regular client gets 404 error while doing subnet_show\n   command.\n\n4. Check the subnets IP version to retrieve only an IPv4 one.\n\nChange-Id: Ibebb20b29dd6ae902d194fd26ba1ea728a976286\nCloses-bug: #1861670\n"
    },
    {
      "commit": "86620dacc6a7d0b11e5a40431a4e2786c2a027b4",
      "tree": "ef163ce6736e87db4d572506299ca5dcf8d8cad2",
      "parents": [
        "6b151cfd44cc4d665176e3e7b5af591d7cab61f7"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Feb 06 10:41:36 2020 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Feb 06 10:44:16 2020 +0100"
      },
      "message": "Stop using not existing ShellCommandError exception class\n\nIn commit [1] was introduced exception class ShellCommandFailed\nand it should be used in common.shell module. But by mistake\nthere was used not existing ShellCommandError class there.\nThis patch fixes that.\n\n[1] https://review.opendev.org/#/c/612978/\n\nChange-Id: I0b51165ea4d541b0cd2f5820a64cd7a82f23c6c9\n"
    },
    {
      "commit": "1d30f6120a6c17da7059a63d136b9b58a796992d",
      "tree": "060b5f616faa0a121eb76431b584163ce3f33925",
      "parents": [
        "4dea8060f05fab427cd042934674f08b03927e05"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Wed Feb 05 11:23:36 2020 +0000"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Wed Feb 05 11:23:36 2020 +0000"
      },
      "message": "Change the default multicast group range\n\nThe 224.0.0.X range is a special range in multicast which acts like a\nbroadcast for non-IGMP traffic.\n\nThis patch changes the value of the multicast_group_range configuration\noption to 225.0.0.X to avoid this special case.\n\nSee session \"2.1.2.  Data Forwarding Rules\" at\nhttps://tools.ietf.org/html/rfc4541 for more information:\n\n   2) Packets with a destination IP (DIP) address in the 224.0.0.X range\n         which are not IGMP must be forwarded on all ports.\n\nChange-Id: Ic8fd860fa7ad6b5401297254e56a796c98bb037a\nSigned-off-by: Lucas Alvares Gomes \u003clucasagomes@gmail.com\u003e\n"
    },
    {
      "commit": "4dea8060f05fab427cd042934674f08b03927e05",
      "tree": "e83fda3d74112a38cad361dd1cc65e83bc92fe06",
      "parents": [
        "4376daf66b1f5ca169f9ce22640de314e3423a6b"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu Jan 16 16:32:59 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Jan 31 09:15:01 2020 +0000"
      },
      "message": "Remove \"unstable_test\" decorator local implementation\n\nSince [1] this decorator is in neutron-lib and used in this\nrepository. This local implementation can be removed.\n\n[1] https://review.opendev.org/#/c/560102/\n\nTrivial-Fix\n\nChange-Id: I3c5f135fafcc380918905d8af164b71504441dc0\n"
    },
    {
      "commit": "4376daf66b1f5ca169f9ce22640de314e3423a6b",
      "tree": "07cabc3d17eae7fe28bf009b42f8ced954464610",
      "parents": [
        "3e1921b48ad485669b3ab42002d08eb49f34f468",
        "f2b60545a585169f4d17653c024320f499cc8026"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jan 31 00:26:18 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 31 00:26:18 2020 +0000"
      },
      "message": "Merge \"Adding pattern to check_remote_connectivity function\""
    },
    {
      "commit": "f2b60545a585169f4d17653c024320f499cc8026",
      "tree": "5281069fa2c3e7a01112edba8a9a7a25138d6366",
      "parents": [
        "92959e541270d9c62599914c93f53eb71e6b941d"
      ],
      "author": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Thu Jan 30 09:37:22 2020 +0100"
      },
      "committer": {
        "name": "Eduardo Olivares",
        "email": "eolivare@redhat.com",
        "time": "Thu Jan 30 12:14:49 2020 +0100"
      },
      "message": "Adding pattern to check_remote_connectivity function\n\nPing messages sent by this function will include a pattern of bytes\nthat are repeated until message size is completed.\nInput format required is a string with hex digits.\n\nThis is useful when these messages are captured, in order to identify\nand differentiate clearly messages from different tests.\nIt can be used to validate that traffic routing is not affected by\npacket data as well.\n\nCloses-Bug: #1861397\n\nChange-Id: Ib94518597bdf3d9f3049643d3242db632769de6b\n"
    },
    {
      "commit": "3e1921b48ad485669b3ab42002d08eb49f34f468",
      "tree": "077d2689fa7b4cd45c02b4f7471be00f49dce5df",
      "parents": [
        "92959e541270d9c62599914c93f53eb71e6b941d"
      ],
      "author": {
        "name": "ccamposr",
        "email": "ccamposr@redhat.com",
        "time": "Wed Jan 29 11:10:05 2020 +0100"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu Jan 30 11:08:03 2020 +0000"
      },
      "message": "Use different CIDRs for private and public subnets\n\nIn test \"test_connectivity_dvr_and_no_dvr_routers_in_same_subnet\", as\nreported in the bug, the public IP (floating IP) and the private IP\nare in the same CIDR. This breaks the isolation between networks.\n\nCo-Authored-By: Rodolfo Alonso Hernandez \u003cralonsoh@redhat.com\u003e\n\nCloses-Bug: #1861282\n\nChange-Id: I39ca6474068d2e169dff1b81d2a0c71a8361c01f\n"
    },
    {
      "commit": "92959e541270d9c62599914c93f53eb71e6b941d",
      "tree": "08d9853c5599573bcbd4686ed8fdd5be12913e41",
      "parents": [
        "eb5cfaafc5c625a5ced756932fa388e7e3efa8ca",
        "4849f00e7eb7f0da8a62f7f697e27770d9b89ec3"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jan 30 06:10:40 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 30 06:10:40 2020 +0000"
      },
      "message": "Merge \"Add debugging information in case of SSH connection error\""
    },
    {
      "commit": "eb5cfaafc5c625a5ced756932fa388e7e3efa8ca",
      "tree": "fb31b30ad398a057414b2648684ebbbbfb69b38c",
      "parents": [
        "2e6a27d8e992f342d0cecf5e8873f26fed18ddec",
        "bc200b575ba7caced2b8fafe718847c1cfe624be"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Jan 29 12:12:13 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 29 12:12:13 2020 +0000"
      },
      "message": "Merge \"Fix how netcat is called when started as server\""
    },
    {
      "commit": "2e6a27d8e992f342d0cecf5e8873f26fed18ddec",
      "tree": "a5d2cdab4453bf5f06e2487ac2263f6067724d25",
      "parents": [
        "4b58524ab1e49a49c73ef2a5e24d087fc0cfa758",
        "426c909aab1a9954a71b5bba12ba1336029d8c8a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jan 28 15:57:45 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 28 15:57:45 2020 +0000"
      },
      "message": "Merge \"Positive tests for security group quota\""
    },
    {
      "commit": "4849f00e7eb7f0da8a62f7f697e27770d9b89ec3",
      "tree": "63829f09de7082329d87e1dbed45299956b0acc4",
      "parents": [
        "4b58524ab1e49a49c73ef2a5e24d087fc0cfa758"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu Jan 16 16:01:10 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 28 14:38:02 2020 +0000"
      },
      "message": "Add debugging information in case of SSH connection error\n\nIn case of SSH error, new debugging information is added to the log:\n- The local routing table\n- The local ARP table\n\nChange-Id: Ibe83390402675bb7e7d3cc4909a8097de4b0f836\nRelated-Bug: #1858642\n"
    },
    {
      "commit": "a18815d62b0f4ceaaf84ef852340d2b4fe2e795b",
      "tree": "3c40d56937b82fa5f6300b964b9b10dae31bca2b",
      "parents": [
        "426c909aab1a9954a71b5bba12ba1336029d8c8a"
      ],
      "author": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Wed Jan 15 12:44:14 2020 +0200"
      },
      "committer": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Wed Jan 22 11:59:20 2020 +0200"
      },
      "message": "Negative tests for security group quota\n\n1. Try to create security group when the amount of already created\nsecurity groups is higher than quota\n2. Try to set inappropriate value for security group quota\n\nChange-Id: Ia27c6d4f71246210f3f0959e70181c4319751e7d\n"
    },
    {
      "commit": "ea283cccdc83c9dc81503151a1990112c4551fef",
      "tree": "f4d18fb032b2347df56b52ab7068c704103efa38",
      "parents": [
        "560737404a9d00879c1f2da4f523bb1a03599164"
      ],
      "author": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Tue Jan 21 10:38:26 2020 +0200"
      },
      "committer": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Tue Jan 21 12:50:20 2020 +0200"
      },
      "message": "Security group assignment negative tests\n\n1. Try to assign security group to the same port twice\n2. Try to assign nonexistent security group to a port\n3. Check that there are no changes in security group list on a port\nafter security group assignment failed.\n\nChange-Id: Id901b17179406e1198e27bdb129ecaa67aa5cbed\n"
    },
    {
      "commit": "bc200b575ba7caced2b8fafe718847c1cfe624be",
      "tree": "46792c6fdc3b3a658be6ef84221388f2202f812b",
      "parents": [
        "560737404a9d00879c1f2da4f523bb1a03599164"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jan 16 15:48:20 2020 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jan 16 15:48:20 2020 +0100"
      },
      "message": "Fix how netcat is called when started as server\n\nNetcat started as server was started with \"-e\" option which,\naccording to documentation in [1] should be used to pass filename\nof script which will be executed after connect.\nIn scenario tests we are not using any additional script,\nbut we are passing simple shell command which should be executed\n(\"echo $msg\"). That should be passed with \"-c\" option instead of\n\"-e\" and this patch is changing exactly that.\n\n[1] https://manpages.debian.org/testing/netcat-traditional/nc.1.en.html\n\nChange-Id: Ib0a4e8bb6baf596f441539c6fb93ab2ebc4f98af\n"
    },
    {
      "commit": "eb7d434bc537e0e9983edd732adadc3fd6aabc06",
      "tree": "e156ef3a6da1ad50ccec3abbfafe06540d12705a",
      "parents": [
        "37d0ee917f45caf4eb42e155e882bab5eb7085e1"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 14 16:59:37 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 14 17:00:38 2020 +0000"
      },
      "message": "Remove unused method \"create_network_keystone_v3\"\n\nTrivial-Fix\n\nChange-Id: I6bf5b39caae239b537d3f8c2eedbfe9b626aa174\n"
    },
    {
      "commit": "426c909aab1a9954a71b5bba12ba1336029d8c8a",
      "tree": "c1ca1b5cb3ea7e34d61e9080ae9b7db1542585cb",
      "parents": [
        "560737404a9d00879c1f2da4f523bb1a03599164"
      ],
      "author": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Tue Jan 07 16:35:32 2020 +0200"
      },
      "committer": {
        "name": "Alex Katz",
        "email": "akatz@redhat.com",
        "time": "Tue Jan 14 16:30:31 2020 +0200"
      },
      "message": "Positive tests for security group quota\n\n1. Test supported values for securiyt group quota\n2. Test creating maximum allowed amount of security groups\n3. Test creating maximum allowed amount of security groups if\nquota is increased\n4. Test decreasing security group quota to a value that is less\nthan amount of already created security groups\n5. Test creating security groups when the quota is disabled (set to -1)\n\nChange-Id: I833e5d5e67ef7555c9e6a54613b7324310079b0b\n"
    },
    {
      "commit": "37d0ee917f45caf4eb42e155e882bab5eb7085e1",
      "tree": "6e7e1404aa16d75689bcf96e2fe6d17143910eb4",
      "parents": [
        "560737404a9d00879c1f2da4f523bb1a03599164"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 14 09:50:42 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Tue Jan 14 09:50:42 2020 +0000"
      },
      "message": "Remove references to \"tenant_id\" in test_shared_network_extension\n\nChange-Id: Idfa2d34b26d9027789fdf80c06199d145ae14c28\nRelated-Bug: #1858783\n"
    },
    {
      "commit": "e6f72ea389fccaf77c97d21547d6a83ea8d89da3",
      "tree": "1da3ad346da5c4917d7fca33c8ea430ee9e110f9",
      "parents": [
        "b7dc4d35391739f34c763dc029a7dfddd1e2419e",
        "450d4a017b773a6b1e3d3112aff5af24b9c48d8e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Jan 08 13:01:10 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 08 13:01:10 2020 +0000"
      },
      "message": "Merge \"Extend tests for external DNS integration\""
    },
    {
      "commit": "73e1540d5cdc426b76018f4b954d3637c082c317",
      "tree": "327f531e303d06a129b1631f2e99d5a6003aa4e5",
      "parents": [
        "858fa49a6ff3525e4858cc85bda27d424caf66fe"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Fri Jan 03 12:06:12 2020 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Jan 06 16:05:57 2020 +0000"
      },
      "message": "Stop re-using client connections\n\nThe re-use of client connections in common/ssh.py depended on a bug in\ntempest that causes leaked connections, see #1853264. Since that bug in\ntempest was fixed, we now need to create a fresh connection every time\nwe need one.\n\nCloses-Bug: #1858260\nRelated-Bug: #1853264\n\nCo-Authored-By: Rodolfo Alonso Hernandez \u003cralonsoh@redhat.com\u003e\n\nChange-Id: I128340f14e7e9570b23721686504e12458e85773\n"
    },
    {
      "commit": "858fa49a6ff3525e4858cc85bda27d424caf66fe",
      "tree": "e18c618427e4d0d0d2f679ea4ff4e4b7dd6d3513",
      "parents": [
        "7d70482b10da28e16e5a16a95c491dae28fa3470",
        "07f0e788712eba07361a8675e9fb6299ead9ee38"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Dec 22 17:38:00 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Dec 22 17:38:00 2019 +0000"
      },
      "message": "Merge \"Add test to attach and detach policies with regular client\""
    },
    {
      "commit": "7d70482b10da28e16e5a16a95c491dae28fa3470",
      "tree": "b07f980e0e7a77d5904263cfcd648f6180320eb4",
      "parents": [
        "1cf724f7d70cfdc854a09fc429fee7024f55c3df"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Dec 16 11:51:08 2019 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu Dec 19 11:43:26 2019 +0000"
      },
      "message": "Add \"test_delete_agent_negative\"\n\nIn [0], \"AgentManagementTestJSON\" was removed from tempest to avoid\nduplications with this repository, but \"test_delete_agent_negative\"\nwas missing.\n\n[0] https://review.opendev.org/#/c/698589/\n\nChange-Id: I2a6e0f958dac8fb41bdd709e7b595e256b84ed03\nRelated-Bug: #1855985\n"
    },
    {
      "commit": "07f0e788712eba07361a8675e9fb6299ead9ee38",
      "tree": "3fb1b374ec8d117809217ab04e90136936e7555f",
      "parents": [
        "1cf724f7d70cfdc854a09fc429fee7024f55c3df"
      ],
      "author": {
        "name": "nfridman",
        "email": "nfridman@redhat.com",
        "time": "Mon Nov 04 09:12:58 2019 -0500"
      },
      "committer": {
        "name": "nfridman",
        "email": "nfridman@redhat.com",
        "time": "Sun Dec 15 03:41:12 2019 -0500"
      },
      "message": "Add test to attach and detach policies with regular client\n\nThe test validates that a regular client is allowed to attach\\detach\nQoS policies only to\\from networks with policies that were configured\nas \"Shared\".\n\nThis test will not be running automatically because of the creation\nof a \"Shared\" resource during the test.\nSetting the create_shared_resources option as \u0027True\u0027 in the config.py\nfile is needed.\n\nChange-Id: Iec3fda32cbce00a677cb30dac3c234c99d7c27fd\n"
    },
    {
      "commit": "1cf724f7d70cfdc854a09fc429fee7024f55c3df",
      "tree": "487916902db1cc9152f1441a70bf097b7710f90f",
      "parents": [
        "da39450b378dc3db54c936c81c44324792eec027",
        "63aeda0514b81d9f00700c5f81f6f393e3183875"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 10 21:43:56 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 10 21:43:56 2019 +0000"
      },
      "message": "Merge \"Migrate neutron-vpnaas tests to neutron-tempest-plugin\""
    },
    {
      "commit": "63aeda0514b81d9f00700c5f81f6f393e3183875",
      "tree": "047e9d491b55cd73015975e4de3fbc59266b9d57",
      "parents": [
        "f2beb170b21c5ac09f90d3bbae6735a0db43ba7e"
      ],
      "author": {
        "name": "Miguel Lavalle",
        "email": "miguel.lavalle@verizonmedia.com",
        "time": "Tue Apr 02 10:35:16 2019 -0500"
      },
      "committer": {
        "name": "Miguel Lavalle",
        "email": "miguel.lavalle@verizonmedia.com",
        "time": "Mon Dec 09 15:13:28 2019 -0600"
      },
      "message": "Migrate neutron-vpnaas 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\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/#/c/695834\nChange-Id: Icbeaf8fd8543c4cbd9a7dadbe4467d88023c4b47\n"
    },
    {
      "commit": "06575afc0b358df751ac00748c725ca15c6788d5",
      "tree": "ba4a412d08d10e2127eab86778f7000d88bb94a9",
      "parents": [
        "f2beb170b21c5ac09f90d3bbae6735a0db43ba7e",
        "7717d9cef50697ea95ab859d81c64b2e89c4870a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Dec 02 22:11:23 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Dec 02 22:11:23 2019 +0000"
      },
      "message": "Merge \"Add test to create policy with multiple rules\""
    },
    {
      "commit": "7717d9cef50697ea95ab859d81c64b2e89c4870a",
      "tree": "6fc2a72f33a597a47db69743a00cbe63b3a3ad24",
      "parents": [
        "0749b65aebf9a320f271f213f621a8888e17070d"
      ],
      "author": {
        "name": "nfridman",
        "email": "nfridman@redhat.com",
        "time": "Mon Nov 25 08:58:04 2019 -0500"
      },
      "committer": {
        "name": "nfridman",
        "email": "nfridman@redhat.com",
        "time": "Tue Nov 26 04:28:30 2019 -0500"
      },
      "message": "Add test to create policy with multiple rules\n\nThe test validates that:\n1.Two bandwidth limit rules could be both attached to a policy.\n2.The system prevents addition of rules with the same direction to a policy.\n\nChange-Id: I387d50673795c2a5073ec298426960fca593c017\n"
    },
    {
      "commit": "450d4a017b773a6b1e3d3112aff5af24b9c48d8e",
      "tree": "a51831f3b56e26bb612e24fc24709de2f3badccc",
      "parents": [
        "616a27a1b0125e6d2b820bb1cb0d7b623a0f3394"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Thu Sep 05 11:59:03 2019 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Nov 12 11:17:47 2019 +0000"
      },
      "message": "Extend tests for external DNS integration\n\n- Verify records are deleted on server/fip deletion\n- Verify records are created for ports on special networks\n  (Use case 3 in [0])\n- Verify the new subnet-dns-publish-fixed-ip extension works as designed\n\n[0]\nhttps://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html\n\nDepends-On: https://review.opendev.org/662409\nChange-Id: Id7b799904f45ac2e3f913c6201aa33afef896af0\n"
    },
    {
      "commit": "b367e6d208e3a6e331862714beb8077d5c6a6fd2",
      "tree": "011826639c26d774785b8b98b7a1cc619ff09621",
      "parents": [
        "1fadb3589b97075ebb2be0dbf564a60dfff8f4e4"
      ],
      "author": {
        "name": "Dirk Mueller",
        "email": "dirk@dmllr.de",
        "time": "Wed Oct 30 19:16:46 2019 +0100"
      },
      "committer": {
        "name": "Dirk Mueller",
        "email": "dirk@dmllr.de",
        "time": "Tue Nov 05 12:38:12 2019 +0000"
      },
      "message": "bgp_speaker_extensions: Don\u0027t execute the negative tests under smoke\n\nThe positive tests aren\u0027t smoke tests either, so lets be consistent.\n\nChange-Id: I2c9fe4873b481e39ca4bd25e326ec9a19e482455\n"
    },
    {
      "commit": "2ef91492e418b41dec80c62dc1ed976e0b9a3acc",
      "tree": "05000dc1a3a92477d9ec22a7663d5392a03b883c",
      "parents": [
        "193f1714bf4b2cf9bcdee89c0a646cab84544f10",
        "526f53722fc51eb1f9bdac957495518cbeae5e10"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Nov 05 10:58:34 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Nov 05 10:58:34 2019 +0000"
      },
      "message": "Merge \"Mark port_forwarding scenario test as unstable temporary\""
    },
    {
      "commit": "526f53722fc51eb1f9bdac957495518cbeae5e10",
      "tree": "1a5046d593d0f87ac7909ef35f18e9ed0dfa6363",
      "parents": [
        "d5832366707241872d4717045b3d70c0e4cbed8d"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Oct 31 15:29:48 2019 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Oct 31 15:29:48 2019 +0100"
      },
      "message": "Mark port_forwarding scenario test as unstable temporary\n\nChange-Id: I9db5a329ce02b3ca1f5acb19eb0ad4ceb0c8aadc\nRelated-Bug: #1850800\n"
    },
    {
      "commit": "193f1714bf4b2cf9bcdee89c0a646cab84544f10",
      "tree": "8678bdb2d5b2f84cf078825692ccc1f8e30d951e",
      "parents": [
        "d5832366707241872d4717045b3d70c0e4cbed8d"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Oct 29 13:15:01 2019 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Oct 31 13:41:27 2019 +0000"
      },
      "message": "Mark multicast scenario test as unstable for now\n\nChange-Id: I034ad37d9fb0a92c31a3403e1ecaf48ca93b33ab\nRelated-Bug: #1850288\n"
    },
    {
      "commit": "0749b65aebf9a320f271f213f621a8888e17070d",
      "tree": "b53d4b928e4f22ae3e37ccfc3c022e21ce7f2de7",
      "parents": [
        "83052c465f09f3d3b8b614852ebeaf7c5c52af37",
        "23b44ad0ef6f6dbf9f1bb5586b840bea824c1c61"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 24 13:46:06 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 24 13:46:06 2019 +0000"
      },
      "message": "Merge \"Add test to create and update DSCP values\""
    },
    {
      "commit": "7ab2f6de2f55e8ceff6cd3bdd5f161e94d0676ac",
      "tree": "f2666be2d6e68fc49c2ac4543525f2ee2ff391bc",
      "parents": [
        "ddca1120eaca2f2fdb2b1c255600be13bdebbcde",
        "b57453f84c06faddcded02530adb58afcdc3ded6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Oct 23 02:16:02 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 23 02:16:02 2019 +0000"
      },
      "message": "Merge \"Make one agent untouchable in test_agent_management\""
    },
    {
      "commit": "d8d0f7b989690b8532395f10ce3f1a31286e2193",
      "tree": "22c5b34b89b2092b39cd66f25f00685187ea7185",
      "parents": [
        "c0a62c5feca0a5d9329927b2a9a9c799c3e581eb",
        "70f7b3222a9805ac1c58c25572b2e4e62de4d90a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Oct 14 20:56:43 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 14 20:56:43 2019 +0000"
      },
      "message": "Merge \"Check parameters returned in \"list_network_segment_ranges\"\""
    },
    {
      "commit": "c0a62c5feca0a5d9329927b2a9a9c799c3e581eb",
      "tree": "60b7c35e204fac2f272bd4d422c66e9e7ab4aa06",
      "parents": [
        "72ce681477818f55dd11fda4021b9acf8f8d7425",
        "c4e963e5f59f9316de501a31468000c19963eae2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 10 18:46:40 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 10 18:46:40 2019 +0000"
      },
      "message": "Merge \"Add scenario test for port forwarding and UDP\""
    },
    {
      "commit": "70f7b3222a9805ac1c58c25572b2e4e62de4d90a",
      "tree": "183d0d84d6ebe240f6ce4d579b7f5d4ebdb6f397",
      "parents": [
        "72ce681477818f55dd11fda4021b9acf8f8d7425"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu Oct 10 11:48:57 2019 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Thu Oct 10 11:48:57 2019 +0000"
      },
      "message": "Check parameters returned in \"list_network_segment_ranges\"\n\nCheck that the DB registers returned by listing the network segment\nranges are the same as in single register retrieval (show vs list).\n\nChange-Id: I9aee7f2a3108e605c203760a981ac226ecb33ea9\nRelated-Bug: #1828205\n"
    },
    {
      "commit": "c4e963e5f59f9316de501a31468000c19963eae2",
      "tree": "3a120c3dea617da60d6f9407abde2c5c8ddb28ac",
      "parents": [
        "4e0a3d3913480691594ed28c23f11f281aebb0a5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Sep 11 22:55:34 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Oct 10 11:00:02 2019 +0000"
      },
      "message": "Add scenario test for port forwarding and UDP\n\nThis test extends exisiting port_forwarding scenario test which\nwas only configuring and testing port forwarding to 2 different\nservers using TCP protocol (by SSH to those instances to different\nports).\n\nNow it also creates UDP port forwarding, spawns nc on each VM\nand tries to connect to this nc and check if it will return proper\nmessage from each VM.\n\nChange-Id: I3afd877521e7cf66a8970f531111b3e1b1e7b150\n"
    },
    {
      "commit": "23b44ad0ef6f6dbf9f1bb5586b840bea824c1c61",
      "tree": "ed02966017b47c4f3785cbe34491a5529d5f6c62",
      "parents": [
        "0a3705f937bbe16aeffea4bc434a87655f282ea2"
      ],
      "author": {
        "name": "nfridman",
        "email": "nfridman@redhat.com",
        "time": "Thu Sep 05 09:46:50 2019 -0400"
      },
      "committer": {
        "name": "nfridman",
        "email": "nfridman@redhat.com",
        "time": "Sun Oct 06 04:06:38 2019 -0400"
      },
      "message": "Add test to create and update DSCP values\n\nThe test verifies that admin user is able to set\nDSCP marking rules with all of the valid marks between 0-56.\nThe test was moved from screnario\\test_qos to api\\test_qos.\n\nChange-Id: I65b152622d4ba39ef710b44a2d3a044904e3e309\n"
    },
    {
      "commit": "b57453f84c06faddcded02530adb58afcdc3ded6",
      "tree": "e3b74f657cc4c57e9d79d0eca60b0603e11cb891",
      "parents": [
        "09ee9e809cff778d4e67d9ff76602ffea8913628"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Thu Oct 03 15:09:05 2019 +0200"
      },
      "committer": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Fri Oct 04 16:45:35 2019 +0200"
      },
      "message": "Make one agent untouchable in test_agent_management\n\nIn test_agent_management some tests depend on one agent to be unmodified\nwhich was not guaranteed as some tests updated that agent.\nThe update happened because the update test assumed that neutron will\nreturn list of agents in different order.\nThe fix is only to select always different agent for update than the one\nused for other tests.\n\nChange-Id: I7af97ac0ee396d2eb132459d29e938bd5f3de9aa\nCloses-Bug: #1845330\n"
    },
    {
      "commit": "09ee9e809cff778d4e67d9ff76602ffea8913628",
      "tree": "ccb96e49b8794972ba84f35cc7b6327a00ea6904",
      "parents": [
        "c9782faa9a5dda329b6c2c13457350548a652f27",
        "2201953759bed9f336e127eb0f79202024b5c3dd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Oct 01 13:54:22 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 01 13:54:22 2019 +0000"
      },
      "message": "Merge \"Move neutron-dynamic-routing BGP tests from stadium\""
    },
    {
      "commit": "c9782faa9a5dda329b6c2c13457350548a652f27",
      "tree": "d2549b880e1e27c428a20f5435f2543b5ab6fcb2",
      "parents": [
        "3a4fc7923efe21a7f56ba130f05efdfcd3c596ec"
      ],
      "author": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Mon Jun 03 22:35:41 2019 +0200"
      },
      "committer": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Wed Sep 25 09:20:11 2019 +0000"
      },
      "message": "Add tests for L3 conntrack helper\n\nAPI tests for L3 Conntrack Helper plugin.\n\nRelated-Bug: #1823633\nDepends-On: https://review.opendev.org/670837\nChange-Id: Ie085100f508f7a1cdb0fd4efbcffa1e2b485fbba\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": "2201953759bed9f336e127eb0f79202024b5c3dd",
      "tree": "d6aaa00de77bb6ace943613144110077cb1d2396",
      "parents": [
        "c3e8673eaf4cab8f38b2a1d4a1926d72a341da9f"
      ],
      "author": {
        "name": "Ryan Tidwell",
        "email": "rtidwell@suse.com",
        "time": "Fri Apr 12 10:23:47 2019 -0500"
      },
      "committer": {
        "name": "Ryan Tidwell",
        "email": "rtidwell@suse.com",
        "time": "Tue Sep 24 08:56:13 2019 -0500"
      },
      "message": "Move neutron-dynamic-routing BGP tests from stadium\n\nThis is step 1 of the movement of the tempest plugin for\nneutron-dynamic-routing.\n\nCo-Authored-By: Slawek Kaplonski \u003cskaplons@redhat.com\u003e\n\nChange-Id: I35984bb3ad3673b7a54982657c1ac6fdc3ed6de0\n"
    },
    {
      "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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"
    }
  ],
  "next": "ce246d0b487d9ddc66aa0abe749ab54fca8476a9"
}
