)]}'
{
  "log": [
    {
      "commit": "508dd2977cde443cd12f2351146029c5c5757c97",
      "tree": "90563ab68234344358b8e46763da2a5a5fd59ac6",
      "parents": [
        "6bd9b11810426a878d0a37166d1c614b33eaacb3"
      ],
      "author": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Thu Feb 22 13:41:01 2018 +0100"
      },
      "committer": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Thu Feb 22 13:45:37 2018 +0100"
      },
      "message": "[QoS] Add API test for create port with admin\u0027s QoS policy\n\nThis patch adds API test which checks if regular user can\ncreate port in own network if this network has got QoS policy\nconfigured by admin and this QoS policy belongs to admin.\n\nIssue with such scenario was reported in related bug.\n\nChange-Id: I08f337f3bf786ae66f57d48ec8698845ac568b97\nRelated-Bug: #1750591\nDepends-On: I464888ca3920b42edd6ab638f6a317ee51ef0994\n"
    },
    {
      "commit": "e5afab788ca81024f7dde4749ec7ccf64de516fe",
      "tree": "2be665bcae32410215fd101fdac730b059400159",
      "parents": [
        "cbbb1c5740c3771ab819cabed894001cebc0b269"
      ],
      "author": {
        "name": "Boden R",
        "email": "bodenvmw@gmail.com",
        "time": "Fri Jan 05 11:50:44 2018 -0700"
      },
      "committer": {
        "name": "Boden R",
        "email": "bodenvmw@gmail.com",
        "time": "Tue Feb 13 12:48:58 2018 -0700"
      },
      "message": "use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib\n\nThe EGRESS_DIRECTION and INGRESS_DIRECTION constants live in neutron-lib\nnow and neutron is going to consume them in\nI1b81f5c3de9e6f2c0967c2db23ddb716ee7ec6b9\n\nThis patch removes the EGRESS_DIRECTION, INGRESS_DIRECTION and\nVALID_DIRECTIONS constants from common.constants as they are already\ndefined and use from neutron-lib.\n\nChange-Id: I52841ecd716f6dbf87fc4c5543d68ba378edbeea\n"
    },
    {
      "commit": "cbbb1c5740c3771ab819cabed894001cebc0b269",
      "tree": "6f2b1e41fd8df50779706c2f98703bc42f9f5b26",
      "parents": [
        "4fc6e4a852efb139fe543574fa65a99a2830c01b",
        "a31510f2625d219c94d48e89e5c49605c5674007"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Jan 19 21:59:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 19 21:59:27 2018 +0000"
      },
      "message": "Merge \"SNAT - Check connectivity to the gateway IP\""
    },
    {
      "commit": "a31510f2625d219c94d48e89e5c49605c5674007",
      "tree": "03275e42e4368f2f2614336676e76e384721d14a",
      "parents": [
        "a0eb8bf3fbca564e24f00996c598e3b27f92b1ee"
      ],
      "author": {
        "name": "Itzik Brown",
        "email": "itzikb@redhat.com",
        "time": "Fri Jan 19 11:09:48 2018 +0200"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Jan 19 17:39:49 2018 +0000"
      },
      "message": "SNAT - Check connectivity to the gateway IP\n\nCheck connectivity to the gateway IP from an instance\nwithout Floating IP\n\nChange-Id: I9893b7514ded3f6e213b2095a39da045a901baed\n"
    },
    {
      "commit": "4fc6e4a852efb139fe543574fa65a99a2830c01b",
      "tree": "5750a11d87141736e53eb64ce95230a6b4c804b0",
      "parents": [
        "ca2ec83248a66ab35b29d8ca18fbac461eb0f981",
        "b511789fac53345f733dda64655e4d9ceb188abd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Jan 19 16:13:54 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 19 16:13:54 2018 +0000"
      },
      "message": "Merge \"Do not assume all protocols in neutron-lib are usable for SG\""
    },
    {
      "commit": "b511789fac53345f733dda64655e4d9ceb188abd",
      "tree": "afd4ccadc8d3d993c3e139785d76370a18da2b60",
      "parents": [
        "71554defe59b3797acc9cd0e9286d64e00ab6f40"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Wed Jan 10 17:18:46 2018 +0900"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Fri Jan 19 21:51:31 2018 +0900"
      },
      "message": "Do not assume all protocols in neutron-lib are usable for SG\n\nTempest is branchless and thus supposed to work against older\ndeployments.  Also, it\u0027s supposed to work against other\nimplementations, which might not support the same set as\nthe reference implementation.  Ideally SG can have a way\nto discover the set of usable protocols.  But for now,\nlet\u0027s make this conservative a bit.  It might still be too\naggressive because the set of protocols here was taken from\nOcata. (neutron-lib 1.1.0)\n\nCloses-Bug: #1742385\nChange-Id: Id67037252aafbacbe43f6af786f30a687321952d\n"
    },
    {
      "commit": "ce9c486e6f8f127be0449c195c553ea2657cc573",
      "tree": "2981598d7e5b1d25539983e1eb210b251c194310",
      "parents": [
        "657eae80d6abb5dc65e66579f1bd1b4266aa434d"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Jan 18 18:26:14 2018 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Jan 18 18:26:14 2018 +0000"
      },
      "message": "Revert \"SNAT - Check connectivity to an external IP\"\n\nThis reverts commit 657eae80d6abb5dc65e66579f1bd1b4266aa434d.\n\nThis test case is not passing for any of two scenario jobs.\n\nChange-Id: I6f6d13948fd6a32430b06f0993737dce603f13e0\n"
    },
    {
      "commit": "67993fc044a82d18d1d5ea0d689fc5e7d557c296",
      "tree": "9af150d9f3c1b3bc4764222b5325e4037a68b8d1",
      "parents": [
        "cd32b7dcda35d2182ea26141a09718822424b8fd"
      ],
      "author": {
        "name": "Nguyen Phuong An",
        "email": "AnNP@vn.fujitsu.com",
        "time": "Fri Nov 24 11:30:25 2017 +0700"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "jlibosva-redhat@email.cz",
        "time": "Thu Jan 18 17:45:16 2018 +0000"
      },
      "message": "Add api test for logging extension\n\nDepends-On: I66234f45ee74c070119d84830790df296ba8d5f7\nPartially-implements: blueprint security-group-logging\nRelated-Bug: #1468366\nChange-Id: I19102b2b2c5cff78bccf05f19f30971d9b563b78\n"
    },
    {
      "commit": "657eae80d6abb5dc65e66579f1bd1b4266aa434d",
      "tree": "53f046611718246210af0e14252ecb41169471e2",
      "parents": [
        "490e6e585b84c41a4428a448a1cfbb7334360a04"
      ],
      "author": {
        "name": "Itzik Brown",
        "email": "itzikb@redhat.com",
        "time": "Mon Dec 25 14:33:03 2017 +0200"
      },
      "committer": {
        "name": "Itzik Brown",
        "email": "itzikb@redhat.com",
        "time": "Thu Jan 18 10:03:42 2018 +0200"
      },
      "message": "SNAT - Check connectivity to an external IP\n\nCheck connectivity to an extneral IP (Other than the gateway) from\nan instance without floating IP\n\nChange-Id: Ic1e8da08b212a0c0e7d189af81a39fd9c1653b73\n"
    },
    {
      "commit": "70fc532f385a591b98bed93e38c064bf952a7328",
      "tree": "a1dae62bc1452168d0cb7b6c0f7318c113fbee4f",
      "parents": [
        "c7afa073b4b9f3061ef75f20a1fc7f31e14fab47",
        "b2a04ef885412682437bd243c6dc37620f328b95"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jan 04 22:00:39 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 04 22:00:39 2018 +0000"
      },
      "message": "Merge \"trunk: Skip trunk tests because of bug 1740885\""
    },
    {
      "commit": "c7afa073b4b9f3061ef75f20a1fc7f31e14fab47",
      "tree": "8db2c52bafa48d24f76b0ddc985bdecc5cc4c1d3",
      "parents": [
        "aaa0cb8f12be43aea3c0cb513cae9295d433950e",
        "fed6f868943a39e2258ee814c586fd57dbc490c5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jan 04 17:35:06 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 04 17:35:06 2018 +0000"
      },
      "message": "Merge \"Allow to configure max vlans for trunk port tests\""
    },
    {
      "commit": "fed6f868943a39e2258ee814c586fd57dbc490c5",
      "tree": "eb93b5d2b8c9b4286c2027d3116dd342c17f9564",
      "parents": [
        "badccb80afbaa256fe29e1ccb9d6aafa753ba118"
      ],
      "author": {
        "name": "Yariv Rachmani",
        "email": "yrachman@redhat.com",
        "time": "Tue Dec 19 11:55:25 2017 +0200"
      },
      "committer": {
        "name": "Yariv Rachmani",
        "email": "yrachman@redhat.com",
        "time": "Thu Jan 04 09:46:37 2018 +0000"
      },
      "message": "Allow to configure max vlans for trunk port tests\n\nIn NFV baremetal deployments, the number of vlans available for trunk\nports may be constrained. This patch allows to configure\nmax_networks_per_project to accommodate for those environments.\n\nChange-Id: Ie0f04649313aed41498cf60f7de0eb44cee17b1c\n"
    },
    {
      "commit": "aaa0cb8f12be43aea3c0cb513cae9295d433950e",
      "tree": "fe9d0e49c54a814eb7d8c2fd602d6228b69fd221",
      "parents": [
        "93bf081e9b83a55dab76870dee224aaf45d2a4a7"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Wed Nov 29 11:37:14 2017 +0200"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Wed Jan 03 11:05:00 2018 -0800"
      },
      "message": "Added scenario: spawn instance with port associated to security group\n\nThis test creates two ports on the same network, with a pre-made\nsecurity group, and then spawning two instances and assigning\nthem with the ports created - to verify that the security group is\ninherited and enforced.\n\nChange-Id: I40f8b0cac360594a65fb9f6023930af3322cac58\n"
    },
    {
      "commit": "93bf081e9b83a55dab76870dee224aaf45d2a4a7",
      "tree": "b7b9c81d401fa8b47eb587102f992b7c2847ef4b",
      "parents": [
        "d41bac0543824bb89c7235adfbcb43870396c5d3",
        "a49dbb49525f55f717850c6cc36ce8ab2813f2cd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jan 03 15:28:43 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 03 15:28:43 2018 +0000"
      },
      "message": "Merge \"Add scenario that verifies proper functionality of remote group\""
    },
    {
      "commit": "a49dbb49525f55f717850c6cc36ce8ab2813f2cd",
      "tree": "08d23da9566a798b7e946e717b7b9ac7a9a5df78",
      "parents": [
        "4abfd8876292e7c74399e2f50df7008da10e8024"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Thu Dec 28 15:05:35 2017 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Wed Jan 03 08:27:19 2018 +0000"
      },
      "message": "Add scenario that verifies proper functionality of remote group\n\nThe test added creates a security group that support SSH, spawns\ntwo instances, tries to ping between them and expects failure.\nThen add ICMP support for the mutual remote group and tries\nto ping again, which should succeed.\n\nChange-Id: If45e122347a7d0bc0c60e0b5249dc909fa1864da\n"
    },
    {
      "commit": "d41bac0543824bb89c7235adfbcb43870396c5d3",
      "tree": "de445c3b4e1b12673a4833379dc472d904be8964",
      "parents": [
        "4abfd8876292e7c74399e2f50df7008da10e8024",
        "7352054bb339037380959c26d8338af24d6a1c89"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jan 02 21:01:09 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 02 21:01:09 2018 +0000"
      },
      "message": "Merge \"trunk: Create vxlan network when testing inherit\""
    },
    {
      "commit": "b2a04ef885412682437bd243c6dc37620f328b95",
      "tree": "70e2380fb860efb80950198dd043206624d1476b",
      "parents": [
        "4abfd8876292e7c74399e2f50df7008da10e8024"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Jan 02 15:54:00 2018 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Jan 02 15:55:23 2018 +0000"
      },
      "message": "trunk: Skip trunk tests because of bug 1740885\n\nSkip unstable trunk tests until bug 1740885 is solved.\n\nRelated-bug: #1740885\n\nChange-Id: I14cf99e4b5ab29f3e75f20a72675012fd26afcf6\n"
    },
    {
      "commit": "4abfd8876292e7c74399e2f50df7008da10e8024",
      "tree": "4dd4b02b18f6a09a9e81227654e71fb2cb510a9a",
      "parents": [
        "32ff03c8528475c313532cc73c6b9f31e9514b90",
        "860b46aa09d15ab475ed27749e642625776cca93"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Dec 23 11:02:01 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Dec 23 11:02:01 2017 +0000"
      },
      "message": "Merge \"Tests for DNS integration\""
    },
    {
      "commit": "860b46aa09d15ab475ed27749e642625776cca93",
      "tree": "d1ce72b9ad5a2b67d89bac69ff0b0c98c4967ef2",
      "parents": [
        "a564cf3a93873b0edd523a5ec85a62db179017aa"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Wed Nov 15 21:23:15 2017 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Fri Dec 22 11:42:59 2017 +0000"
      },
      "message": "Tests for DNS integration\n\nAdd test coverage for the integration with designate, confirming that\nthe correct DNS records are generated for\n\n- floating IP created with dns_(domain|name) attributes\n- instances that have a floating IP assigned\n\nAdd neutron-tempest-plugin-designate-scenario job, this will run the new\ntests with Neutron DNS integration enabled.\n\nDepends-On: Ib380d8a98e991a475b20140f5c37e3747aa5fc0c\nChange-Id: Ib56531952cb70d8878631bbc0cb74a9b652d8c3a\n"
    },
    {
      "commit": "7352054bb339037380959c26d8338af24d6a1c89",
      "tree": "16dc2a208c2a8f3a225dc0129ae13b088b1cf7a7",
      "parents": [
        "badccb80afbaa256fe29e1ccb9d6aafa753ba118"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Dec 19 17:46:42 2017 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Wed Dec 20 12:52:24 2017 +0000"
      },
      "message": "trunk: Create vxlan network when testing inherit\n\nThe inherit segmentation type fails only when parent network has a not\nsupported network type. In case default is a supported one, e.g. vlan,\nthen inherit correctly returns vlan as subport segmentation type.\n\nThis patch forces to use vxlan as a network type for test validating\ninherit option.\n\nChange-Id: Idf6935e4da426ff50457483a8f08a9ae3e403f75\nCloses-bug: #1739227\n"
    },
    {
      "commit": "badccb80afbaa256fe29e1ccb9d6aafa753ba118",
      "tree": "6faf86744d40339ba0fb9259906ad1c93e0af04c",
      "parents": [
        "85de9800efe70729148189ed958651273b9d845e",
        "0083e17c502c7fe604c1e1f8896ea9229525d834"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Dec 15 16:59:38 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 15 16:59:38 2017 +0000"
      },
      "message": "Merge \"test_routers_ha: Unify creating routers\""
    },
    {
      "commit": "85de9800efe70729148189ed958651273b9d845e",
      "tree": "2a6951ba6b7b40a5febd7c500913642d61862988",
      "parents": [
        "ba80045aabbdf5bbf66e39ed5aecad72eb3d86ef",
        "8370483edcac525d88cc97855f0f72901c49034f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Dec 15 16:59:37 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 15 16:59:37 2017 +0000"
      },
      "message": "Merge \"api: Add HA router delete test\""
    },
    {
      "commit": "ba80045aabbdf5bbf66e39ed5aecad72eb3d86ef",
      "tree": "6522b693d0194690b1ab243219b227d5829d5a16",
      "parents": [
        "698332f7c4280d042918089518e49785e9d35eb8"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Thu Dec 14 10:30:48 2017 -0500"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Thu Dec 14 11:14:32 2017 -0500"
      },
      "message": "Add decorator to mark unstable tests\n\nAs is done in the neutron repo, add a decorator to mark\ntests as unstable so that we can work in parallel on\nfixing them while having the job pass.\n\nMark the DVR east-west tests as unstable to prove it works.\n\nChange-Id: I15fcdcba681d40c96f9f79aaa21881bc45fe3066\nRelated-bug: #1717302\n"
    },
    {
      "commit": "698332f7c4280d042918089518e49785e9d35eb8",
      "tree": "bb5f2a0a933bf8efa90aca73eae24210d0c83c2f",
      "parents": [
        "89a970df401dbd4acedcdfd372c1221bdf0eee64",
        "c356fcad7f2260d891bd4952a0f67a0467ab7950"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Dec 13 23:24:53 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Dec 13 23:24:53 2017 +0000"
      },
      "message": "Merge \"test_floating_ips_admin_actions: clean up floating ip\""
    },
    {
      "commit": "89a970df401dbd4acedcdfd372c1221bdf0eee64",
      "tree": "f7fe4491d4f3e38e8ec52f0724ad1f5fe67619de",
      "parents": [
        "228d5b8fb960f492486e75c63645b76d809c6058",
        "32330e2c4ec4b79e396c22e01ecd437da5c040b9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Dec 13 12:46:38 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Dec 13 12:46:38 2017 +0000"
      },
      "message": "Merge \"Add tests for external network\""
    },
    {
      "commit": "c356fcad7f2260d891bd4952a0f67a0467ab7950",
      "tree": "86b86e66ac2a8a773b09b83ddc05074472edab85",
      "parents": [
        "118b52fb000f735267a0955a6ace95b4da39d63c"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Tue Dec 12 13:19:18 2017 -0800"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Tue Dec 12 13:19:18 2017 -0800"
      },
      "message": "test_floating_ips_admin_actions: clean up floating ip\n\nOtherwise, if you execute the test over and over, all IP addresses are\neventually depleted.\n\nChange-Id: I2a3fba5ef62a0d8ec2f2641a8fb9867f73fc5938\n"
    },
    {
      "commit": "0083e17c502c7fe604c1e1f8896ea9229525d834",
      "tree": "8a305cb6777e236888c2d0ef8e346f6c9dd138fa",
      "parents": [
        "8370483edcac525d88cc97855f0f72901c49034f"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Wed Dec 06 17:43:54 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Dec 07 17:58:24 2017 +0000"
      },
      "message": "test_routers_ha: Unify creating routers\n\nChange Ib12986c25eda25970445169310c7c0334d6da49c introduces a mechanism\nthat creates a router and stores it later for automatic deletion. This\npatch adopts the whole test_routers_ha test suite. Patch also moves\ndeleting router in check method to clean up router even when ha routers\nare supported.\n\nChange-Id: I3ead8b526615b0ff8214ec8994f47409f18ea439\n"
    },
    {
      "commit": "8370483edcac525d88cc97855f0f72901c49034f",
      "tree": "31da3420331543bae8b3bd8af59f50d9e6a75449",
      "parents": [
        "118b52fb000f735267a0955a6ace95b4da39d63c"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Wed Dec 06 16:02:28 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Dec 07 17:58:15 2017 +0000"
      },
      "message": "api: Add HA router delete test\n\nThe test makes sure deleting router does not influence any HA network\nsegmentation details being wiped out.\n\nChange-Id: Ib12986c25eda25970445169310c7c0334d6da49c\nRelated-bug: #1732543\n"
    },
    {
      "commit": "118b52fb000f735267a0955a6ace95b4da39d63c",
      "tree": "45a7e5c2b152ade235ee955c5193f756b8b16b85",
      "parents": [
        "5b6db5e8167a203ff641a923a840f350314216c6",
        "ffd9b9138d525410024b298a91d8f429b27d70c6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Nov 28 18:59:07 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Nov 28 18:59:07 2017 +0000"
      },
      "message": "Merge \"tempest: Use kwargs for create_server\""
    },
    {
      "commit": "ffd9b9138d525410024b298a91d8f429b27d70c6",
      "tree": "aa28b038eef0a9c0cd4dfea7b48c2da640605a5c",
      "parents": [
        "54357633292c29f8081faf73f41b16f7a194d1c7"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Thu Nov 16 09:54:14 2017 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "jlibosva-redhat@email.cz",
        "time": "Mon Nov 27 17:41:40 2017 +0000"
      },
      "message": "tempest: Use kwargs for create_server\n\nAs create_server() method is a wrapper around create_server() for compute\nAPI, this patch adds support to pass kwargs parameters down to compute\nAPI.\n\nChange-Id: I0c970944c8f4de5c00e25f37e60206717cea4761\n"
    },
    {
      "commit": "4fae31b0c9469000dd940f2c0afa3eb5ccabe4c2",
      "tree": "5dcdccad819f5ed04a3dbdd2cf9eb91a9b89bd59",
      "parents": [
        "54357633292c29f8081faf73f41b16f7a194d1c7",
        "5efe56acab9cbb447465087734bae41bb82c6967"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Nov 24 16:08:53 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Nov 24 16:08:53 2017 +0000"
      },
      "message": "Merge \"Add test for negative security group range scenario\""
    },
    {
      "commit": "5efe56acab9cbb447465087734bae41bb82c6967",
      "tree": "e1aad7b7d500be0a53a5175b4aac734e85bc67c8",
      "parents": [
        "c125fd1479f3d8c967138eccabce3109eb12f0e2"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Mon Nov 20 14:08:52 2017 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Wed Nov 22 17:24:17 2017 +0200"
      },
      "message": "Add test for negative security group range scenario\n\nThe test added is verifying that security group assigned\nwith bad CIDR is unreachable.\n\nFollow-up to the positive test:\nhttps://review.openstack.org/516266/\n\nChange-Id: I2a4c50614d20db4f815681d40aa197b5fb16252f\n"
    },
    {
      "commit": "54357633292c29f8081faf73f41b16f7a194d1c7",
      "tree": "651a30a6e461e24e550d310a0efee7186b973d1e",
      "parents": [
        "a564cf3a93873b0edd523a5ec85a62db179017aa"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Nov 21 11:47:06 2017 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Nov 21 17:48:38 2017 +0000"
      },
      "message": "Fix scenario base functions\n\nThere were two issues introduced in [1] which are fixed here:\n\n- Calling create_server() with parameter security_groups\u003dNone fails,\n  we need to use the \"default\" group instead of passing \"None\" to nova.\n- The signature of create_secgroup_rules() was changed, we need to\n  append the new parameter at the end in order to preserve\n  compatibility with existing callers.\n\n[1] I711a10eef321622c335e35b84e386b01d73b938a\nChange-Id: I506dfa66378a9c7c59e2296f35f88613a1bd3af1\n"
    },
    {
      "commit": "32330e2c4ec4b79e396c22e01ecd437da5c040b9",
      "tree": "79aebe4000790f4d29648b0930457e579f4f6613",
      "parents": [
        "c125fd1479f3d8c967138eccabce3109eb12f0e2"
      ],
      "author": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Thu Nov 16 09:27:42 2017 +0800"
      },
      "committer": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Sat Nov 18 11:47:41 2017 +0800"
      },
      "message": "Add tests for external network\n\nAdd three tests for external network while deleting RBAC policy.\n\nDepends-on: Ibdbe8a88581e54250259825bbf1c77485fd09f89\nChange-Id: I8c85088251ffb0411589bf5bd30cbaf97fe45c53\nRelated-bug: #1692472\n"
    },
    {
      "commit": "6a0a18a172002eb90a16dbeb438bf60ccb3fb04f",
      "tree": "d05eaedc4ea6c9c1a3e0d8602e707fef9bfd1e1d",
      "parents": [
        "c125fd1479f3d8c967138eccabce3109eb12f0e2"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Thu Nov 16 11:51:56 2017 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Thu Nov 16 17:09:40 2017 +0200"
      },
      "message": "Added test suite and case to cover \u0027availability zone\u0027\n\nThis was required to test advanced scenarios.\n\n* Added a new \u0027admin\u0027 folder in \u0027scenario\u0027 folder\n  to test advanced operations.\n\n* Added a new file to the \u0027admin\u0027 folder that contains\n  test cases for floating ip with admin privileges.\n\n* Added a scenario test that verify valid connection\n  between two instances on a single compute node\n  using availability-zone.\n\n* Changed \u0027base.py\u0027 to enable booting an instance with\n  admin privileges.\n\nChange-Id: I711a10eef321622c335e35b84e386b01d73b938a\n"
    },
    {
      "commit": "c125fd1479f3d8c967138eccabce3109eb12f0e2",
      "tree": "fced8596fec5be2981ec52562e89db9bf1827144",
      "parents": [
        "db9cc26f02ad204fb64777ca5c13392fa893eeae"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Wed Nov 15 19:41:01 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Wed Nov 15 23:00:13 2017 +0530"
      },
      "message": "Code Sync from neutron project to newly created neutron-tempest-plugin\n\n* The following commit sync the code from following hash:\n  start_hash: 7279aa35851110a4933a10b58b2758a2bc3933a3\n  end_hash: 6e911a49a9e630878f4c46f61fde3964be550880\n\nChange-Id: I371aa4d5f043f695df04b98b0f485c8f0548f2b3\n"
    },
    {
      "commit": "667d3d32601fe5b0ffc7454f8af4fd4c93aa584f",
      "tree": "8302067494cb2b6bed537f877bb687027a21c973",
      "parents": [
        "5e6198734b88b62d5b7c8e1e868af9e38fec4103"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Fri Sep 22 12:24:06 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Mon Nov 13 09:19:11 2017 +0530"
      },
      "message": "Refactored Neutron tempest plugin directory structure\n\n* switch from neutron.tests.tempest to neutron_tempest_plugin\n* Cleaned up README.rst and setup.cfg\n* Use neutron_tempest_plugin as a tempest plugin package\n* Fixed gitreview\n* Keeping flake8 Ignores in tox.ini as tempest plugin is\n  imported from neutron codebase.\n\nChange-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603\n"
    }
  ]
}
