)]}'
{
  "log": [
    {
      "commit": "37ee6779e5ba4ab960e170a50bc6b27f1f4c6691",
      "tree": "b59a57ad716f52ff1a4225199138a4cf139e2499",
      "parents": [
        "39ef895d112f947564d7ca52a73a5b2afb82f741"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Oct 18 12:53:22 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Mar 20 16:45:43 2020 -0700"
      },
      "message": "Add knowledge of storage network to scenario tests\n\nIn many deployments, shared file systems are exported\nover a shared storage network. Typically, this shared\nstorage network is not reachable from within\nprivate tenant networks. Our tests currently\nhave no cognizance of this topology, and expect that\nshares are always exported on a network routable or\ndirectly reachable through private tenant networks.\n\nAdd a configuration option to allow configuring the\nname or UUID of a shared storage network. If specified\nthis network will be plugged into VMs created by the\nscenario tests and access control will be on the\nstorage network IP, if NFS.\n\nChange-Id: I8d8063d46284076499d868a5f9b3d13a2a78b5b0\nSigned-off-by: Goutham Pacha Ravi \u003cgouthampravi@gmail.com\u003e\n"
    },
    {
      "commit": "a3b6f7ad25fcb8b97915cfad27effaf0d350dbe7",
      "tree": "1e63afa90e38d53aae133ea2e424e37ba502ce72",
      "parents": [
        "820064b6d7c4a39a39400c11a3c138d6bf4d9074"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Tue Jan 07 10:45:45 2020 +0200"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Feb 14 21:22:21 2020 +0000"
      },
      "message": "Move all conditions skipped under \"skip_checks\" method\n\nManila tempest plugin class structure should be compatible\nwith tempest project as manila tempest plugin is a plugin\nof tempest.\nIn some cases incompatibility can cause problems.\nFor example: using \"check_uuid\" tool for generating UUIDs\nfor tests does not work properly in manila, Because some\nclasses are wrapped with conditions skipped.\nI suggest to use \"skip_checks\" method that been used to\nevaluate config before tests methods and skip them based\non these checks.\n\nThis patch moves all conditions under this method.\n\nTwo new functions been added to \"skip_checks\" method\nin order to skip by microversions and reduce a duplicated\ncode:\n  - \"check_skip_with_microversion\"\n  - \"check_skip_with_microversion_not_supported\"\n\nChange-Id: Id0a15dbfbd3d85d7773c26e252f4cc4d906cf377\n"
    },
    {
      "commit": "820064b6d7c4a39a39400c11a3c138d6bf4d9074",
      "tree": "6acd7a6860c2c4ac59b2354b4dc9cdc5be636f7e",
      "parents": [
        "ca1340cc44d1dec1ed3351d9ea650a179b5d695a"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Feb 05 12:07:52 2020 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Feb 05 12:40:47 2020 +0200"
      },
      "message": "Fix resources cleanup\n\nWhen running \"test_create_manage_and_write\" test with\ndefault share type (i.e. set default_share_type_name\n\u003d default in tempest.conf) it passed, however, when\nthere is no default share type it failed with\n\"Target share type is still in use.\"\nThis is because the failed managed share is not deleted\nbefore the share type it is based on.\nThis patch makes sure the manila share is deleted before\nits share type.\n\nChange-Id: I1ba4ae3dcc274bf5e6dee5320e52117f440ebb5d\nRelated-bug: #1862001\n"
    },
    {
      "commit": "ca1340cc44d1dec1ed3351d9ea650a179b5d695a",
      "tree": "1cfebbb39ad3f443b606c9e94f71794a2889d7ab",
      "parents": [
        "eff4f9b87f0d36e0cfa4b1d861125f456f341af9",
        "0cd6c999d4985e10be2566c631312720efe8413c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jan 21 02:56:26 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 21 02:56:26 2020 +0000"
      },
      "message": "Merge \"Use a single keypair for multiple instances\""
    },
    {
      "commit": "0cd6c999d4985e10be2566c631312720efe8413c",
      "tree": "2198056772df9052c002b79c230069dae524f21d",
      "parents": [
        "4d7b4949906a8935f2fe5a404c234e392b6e4cde"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Jan 01 15:56:52 2020 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Thu Jan 09 11:02:53 2020 +0200"
      },
      "message": "Use a single keypair for multiple instances\n\nWhen I ran manila scenario tests, some tests failed due to\nssh key authentication. I noticed that tests with single\ninstance pass, however, tests with more than one instance\n(e.g. \"test_read_write_two_vms\" test) fail.\nI figured out that every instance initialization creates a\nunique keypair.\nAn unnecessary resource duplication, when a single user boots\nmore than one instance. Depending on test flow this may also\ncause keypair mismatch.\n\nChange-Id: Ic685d1b9574daf7e6c9b90d5636f1b614a70b0da\nRelated-bug: #1858024\n"
    },
    {
      "commit": "eff4f9b87f0d36e0cfa4b1d861125f456f341af9",
      "tree": "d5001eac933b83f17e1e3f44d57ec7128e7288fb",
      "parents": [
        "4d7b4949906a8935f2fe5a404c234e392b6e4cde"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Oct 24 22:22:28 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Wed Dec 11 01:42:55 2019 +0000"
      },
      "message": "[ussuri][goal] Drop python2.7 support\n\nAs per the official python support timeline\nset forth by the OpenStack TC [1][2], OpenStack\nTrain is the last release that will support\npython2.7. manila-tempest-plugin is a \u0027branchless\u0027\ntempest plugin. However, after this change,\nusers may no longer expect to install this package\nwith python2.7.\n\nDepends-On: https://review.opendev.org/#/c/688997/\n[1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html\n[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html\n\nChange-Id: I8c10d169302c6f1c41e238ae9f787455a2b15a4d\n"
    },
    {
      "commit": "4d7b4949906a8935f2fe5a404c234e392b6e4cde",
      "tree": "069df47a1a469ed8e3d6c21323c7bf4290b37eff",
      "parents": [
        "8c4835b79005979d323762e7a9017c16c24ef097",
        "e5606387bebf53aba19365f1864c2d022b8b1bf4"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 30 20:57:57 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 30 20:57:57 2019 +0000"
      },
      "message": "Merge \"Skip subnets test when version 2.51 is not supported\""
    },
    {
      "commit": "8c4835b79005979d323762e7a9017c16c24ef097",
      "tree": "2b94a6476562cdd86e457093067967fd51665cc1",
      "parents": [
        "92925822a3f63e8ead84be7736416829f4ce69f1",
        "7d1d64c3d81065a8fbbac3e682d3606635862fd0"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 27 22:00:31 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 27 22:00:31 2019 +0000"
      },
      "message": "Merge \"Update subnet test to not use pre-created share network\""
    },
    {
      "commit": "e5606387bebf53aba19365f1864c2d022b8b1bf4",
      "tree": "711731817337276226f457d5ed1d1c4054a6a978",
      "parents": [
        "92925822a3f63e8ead84be7736416829f4ce69f1"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Sep 27 14:32:35 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Sep 27 14:32:35 2019 -0700"
      },
      "message": "Skip subnets test when version 2.51 is not supported\n\nChange-Id: I0591d7d08e09a6a5d4b195f55fa22157207face3\nCloses-Bug: #1845726\n"
    },
    {
      "commit": "92925822a3f63e8ead84be7736416829f4ce69f1",
      "tree": "4cc9c2f2658e46a3304111a89abd7f429d36fc23",
      "parents": [
        "e2eb90b3f4465a188351677ccc4396c265d9efe4"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Wed Sep 25 11:49:52 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Wed Sep 25 13:08:51 2019 -0300"
      },
      "message": "Skip update share type tests for microversion lower than 2.50\n\nChange-Id: I58e67c93daaf6ac8573b8b7b54ba1f2b5958a931\n"
    },
    {
      "commit": "7d1d64c3d81065a8fbbac3e682d3606635862fd0",
      "tree": "f448cc3241307eab1de2336c99ec5d2bd2e52a34",
      "parents": [
        "171241eb94787293d8711a2284ccd7684b2f45bf"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Wed Sep 25 09:17:35 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Wed Sep 25 09:23:49 2019 -0300"
      },
      "message": "Update subnet test to not use pre-created share network\n\nThis pathc updates \u0027test_delete_contains_shares\u0027 to not use\npre-created share network since the test may fail to delete the\nshare server and the share network subnet if more shares were\ncreated using the same share network, by other concurrent tests.\n\nChange-Id: I950560ac8040e8deadd21f869f04416153fd8a88\n"
    },
    {
      "commit": "171241eb94787293d8711a2284ccd7684b2f45bf",
      "tree": "d6a34244bb75e56bcfc7b18b12ec36362993e4c1",
      "parents": [
        "b7e27e7719a2319e8df9a170456d605619af7008",
        "bd4e78c6222834db5bb0130e656df1b6d66bf4ca"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 21 01:02:59 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 21 01:02:59 2019 +0000"
      },
      "message": "Merge \"Enable share-replica tests in multitenancy enviroments\""
    },
    {
      "commit": "b7e27e7719a2319e8df9a170456d605619af7008",
      "tree": "ea69359de3217c101bee4a480857dc5cfc871752",
      "parents": [
        "0d1d29f5618cfbdef31c2acdf537799b01aee232"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Tue Aug 06 19:40:37 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Fri Sep 20 13:33:12 2019 -0300"
      },
      "message": "Adds new functional tests for share-network-subnets\n\nThis patch adds functional test for share-network-subnets and\nvalidates the new API version 2.51\n\nChange-Id: I60bdb493ad5766f28408a0c877f960922fe44ad0\nPartially-implements: bp share-network-multiple-subnets\n"
    },
    {
      "commit": "0d1d29f5618cfbdef31c2acdf537799b01aee232",
      "tree": "31c673bb1dee1c27a56ebc5f919977f5cb5e7e78",
      "parents": [
        "90332bd7ae3af87ed56b5c3e143968bc2b0c0ae2"
      ],
      "author": {
        "name": "haixin",
        "email": "haixin@inspur.com",
        "time": "Fri Aug 02 16:50:45 2019 +0800"
      },
      "committer": {
        "name": "haixin",
        "email": "haixin@inspur.com",
        "time": "Tue Sep 17 09:07:09 2019 +0800"
      },
      "message": "Add update share type functional tests\n\nDepends-on: I4c7bdd601d48b40c01639b5089d4bff259a7b3af\nPart-of blueprint update-share-type-name-or-description\n\nChange-Id: Id1073a964b6d034375b74fa89e3ebb39e2c56220\n"
    },
    {
      "commit": "bd4e78c6222834db5bb0130e656df1b6d66bf4ca",
      "tree": "8323a2926da2454de080850b4bf9276f9da70d0f",
      "parents": [
        "493a2dfe6fa92cb81e9c9a20d062076c9a265405"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Mon Sep 02 17:16:30 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Sat Sep 14 13:59:19 2019 +0000"
      },
      "message": "Enable share-replica tests in multitenancy enviroments\n\nThis patch enables share-replica tests to be executed in a multitenancy\nenvironment, providing a share-network to be used by both shares and\nshare-replicas.\n\nThe multitenancy test for share-replicas will be enabled only for API\nversion equal or greater than 2.51.\n\nDepends-On: I60bdb493ad5766f28408a0c877f960922fe44ad0\nChange-Id: Icb93fc346b71edc7bb3ac989e9751899bb80fbe5\n"
    },
    {
      "commit": "90332bd7ae3af87ed56b5c3e143968bc2b0c0ae2",
      "tree": "c8d5686382ee73297a57e414d25e663bd51ee923",
      "parents": [
        "493a2dfe6fa92cb81e9c9a20d062076c9a265405",
        "ee9d8606bee01ece577267440877eb8aa51740e6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 10 04:50:24 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 10 04:50:24 2019 +0000"
      },
      "message": "Merge \"Disable \u0027project_id\u0027 validation on test_share_servers\""
    },
    {
      "commit": "493a2dfe6fa92cb81e9c9a20d062076c9a265405",
      "tree": "6b51ba5acca8fb181c4a3c8fd3d7e47d1433929f",
      "parents": [
        "267dd04fc7518a274622a9ff341db9ffe479f5ee"
      ],
      "author": {
        "name": "vhari",
        "email": "vhariria@redhat.com",
        "time": "Tue Aug 20 15:34:40 2019 -0400"
      },
      "committer": {
        "name": "vhari",
        "email": "vhariria@redhat.com",
        "time": "Thu Aug 22 13:41:47 2019 -0400"
      },
      "message": "Validate share quota after updating\n\nChange-Id: Idd3396834ca204b51671e4422a6223754342e21f\n"
    },
    {
      "commit": "ee9d8606bee01ece577267440877eb8aa51740e6",
      "tree": "0f957925f2ccf9808951485d8c5c163268de84f1",
      "parents": [
        "267dd04fc7518a274622a9ff341db9ffe479f5ee"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Tue Aug 06 14:54:34 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Tue Aug 06 14:59:39 2019 -0300"
      },
      "message": "Disable \u0027project_id\u0027 validation on test_share_servers\n\nWith the proposed change https://review.opendev.org/#/c/671043/, the\nshare-server-list operation may not be able to retrieve the \u0027project_id\u0027\nattribute from the share-network because it might have already been deleted\nfrom the system.\n\nChange-Id: I13bb48e7c03e16c26946ccf9d48e80592391a3d1\nPartially-implements: bp share-network-multiple-subnets\nNeeded-By: Id8814a8b26c9b9dcb1fe71d0d7e9b79e8b8a9210\n"
    },
    {
      "commit": "267dd04fc7518a274622a9ff341db9ffe479f5ee",
      "tree": "61a084c2b1a65f0c96cf83cc80c60d9721327f98",
      "parents": [
        "baf81eb07a0a9ce1db5ef3c348f09591b08236b3",
        "69f9696b0a2450b2664298be7b4af06159e68916"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Jul 31 03:15:49 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 31 03:15:49 2019 +0000"
      },
      "message": "Merge \"Comment test tags\""
    },
    {
      "commit": "69f9696b0a2450b2664298be7b4af06159e68916",
      "tree": "514386ee509cedb13efe1639aa4d0d87a67da27e",
      "parents": [
        "1a96ed9f703de2080ccdf2a083aa9b30eab4d04f"
      ],
      "author": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Mon Jul 29 17:07:03 2019 -0400"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Mon Jul 29 17:07:13 2019 -0400"
      },
      "message": "Comment test tags\n\nAdd comments to the definitions of the test tags related\nto service involvement matching the documentation on\nrunning a subset of manila tempest tests based on\nservice involvement [1].\n\n[1] https://docs.openstack.org/manila/latest/contributor/tempest_tests.html#running-a-subset-of-tests-based-on-service-involvement\nChange-Id: I960b6bf8f283ea928fd512811f8d88268b0945d2\n"
    },
    {
      "commit": "baf81eb07a0a9ce1db5ef3c348f09591b08236b3",
      "tree": "51958806cd478a84ef5e30504479cfa589fed65f",
      "parents": [
        "1a96ed9f703de2080ccdf2a083aa9b30eab4d04f"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Mon Jul 29 16:12:32 2019 +0300"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Mon Jul 29 23:08:25 2019 +0300"
      },
      "message": "[Negative] Create share over quota limit\n\nThis test ensures we are denied from creating new shares,\nwhen hitting the quota enforcements.\n\nChange-Id: Ice3acba7daecc5d6b1eeb094f26cbf1cd70aad90\n"
    },
    {
      "commit": "1a96ed9f703de2080ccdf2a083aa9b30eab4d04f",
      "tree": "2d6d5ffc56f035be5272c9c95be2365360247678",
      "parents": [
        "0ac95412b1b0555775b4d45f51c27af2fa84724a"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon Jul 22 22:56:37 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon Jul 22 22:57:00 2019 -0700"
      },
      "message": "Increase export IP ping count\n\nOn slow machines, pinging the export IP\nonce may not immediately succeed. There\ncan be a number of reasons for this failure,\nincluding the time taken to set up routing\ntable updates to the storage, in case the\nstorage is external to the cloud.\n\nChange-Id: Ic2f0110c184428ec32b4b176cf44dc9ccadda5b4\n"
    },
    {
      "commit": "0ac95412b1b0555775b4d45f51c27af2fa84724a",
      "tree": "5f40652b281d251eebe9e5069fd4e05f22eed30f",
      "parents": [
        "67d4e7fb4d681b85b6bf8e380a977ff4507234c3"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Tue Jul 02 10:11:10 2019 +0300"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Jul 03 07:27:08 2019 +0300"
      },
      "message": "Look for api microversion header in \"Vary\" header data\n\nApache configuration adds \"Accept-Encoding\" to the \"Vary\" header\nin its responses, this causes to failures in some tests which check\nthe \"Vary\" header content of the response.\nIn order to avoid this issue we should only check that api microversion\nheader axists in \"Vary\" header data.\n\nChange-Id: I1490bf8f424181233aa3ea04a8410052b385699c\nRelated-bug: #1833766\n"
    },
    {
      "commit": "67d4e7fb4d681b85b6bf8e380a977ff4507234c3",
      "tree": "7a4b844f2feefbf6e8814512332fe4620adf04ed",
      "parents": [
        "cd3da46239be34dd5e604eb880307dddcd4bd0a5",
        "68a25a6dad27210b8d15de7a47e1ba56d86c50f4"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jun 27 15:25:48 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 27 15:25:48 2019 +0000"
      },
      "message": "Merge \"Cast block count to integer\""
    },
    {
      "commit": "cd3da46239be34dd5e604eb880307dddcd4bd0a5",
      "tree": "72c0efb3920f7af540ad784ef253888711e57a05",
      "parents": [
        "53bd6ab4cd364a45cc83294c38106d5734d14853",
        "90c354b526ddbaf2ab0bb69d9c34ef85ae570d9c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jun 25 21:58:53 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 25 21:58:53 2019 +0000"
      },
      "message": "Merge \"Clarify help text of network options\""
    },
    {
      "commit": "53bd6ab4cd364a45cc83294c38106d5734d14853",
      "tree": "52a05641043a8938225ed5856a8d5ca35a863748",
      "parents": [
        "2e988a719f024e92231b050f970c0b4b2f8fa8af",
        "f38c4c365590f4246fee0e5fffde6db55fa51ae6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jun 20 21:11:59 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 20 21:11:59 2019 +0000"
      },
      "message": "Merge \"Skip read-only test for CIFS\""
    },
    {
      "commit": "2e988a719f024e92231b050f970c0b4b2f8fa8af",
      "tree": "7ad6a3fd6c6c88468f2ccb2a7293f297b881ae0c",
      "parents": [
        "4749f0e27ab616254759a4dfeacaf3f7426c4adb",
        "2e4f3489f6f4c0f8853b3fdc4c6efb89e2789d98"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jun 20 20:42:11 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 20 20:42:11 2019 +0000"
      },
      "message": "Merge \"Fix CIFS access for non-multitenant setup\""
    },
    {
      "commit": "68a25a6dad27210b8d15de7a47e1ba56d86c50f4",
      "tree": "0227f5e30b9b3991f5c655b82b227003f6025437",
      "parents": [
        "4749f0e27ab616254759a4dfeacaf3f7426c4adb"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Jun 20 07:10:35 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Jun 20 07:10:35 2019 -0700"
      },
      "message": "Cast block count to integer\n\nAs more tests reuse the code to write data into\na mounted file system, we can move this integer\ncasting into that portion of the code; and remove\nresponsibility from the caller.\n\nTrivialFix\n\nChange-Id: I781cba8b705262cfafb1be51e53b6781bd5da040\n"
    },
    {
      "commit": "4749f0e27ab616254759a4dfeacaf3f7426c4adb",
      "tree": "949c74fd1f17a19f49c6ccddc3fe6897ef87d7e9",
      "parents": [
        "00fd19d2fd361238460be31001c1234250a04efb",
        "2cb85a6edd76ae94b428cc504c9e25f419618c9a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jun 20 11:28:56 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 20 11:28:56 2019 +0000"
      },
      "message": "Merge \"Scenario test: Create/extend share and write data\""
    },
    {
      "commit": "00fd19d2fd361238460be31001c1234250a04efb",
      "tree": "fef70081314c0daa9842c4e8bbe41b6a4a314dcd",
      "parents": [
        "26e3ce1599563b935062cda82269859c37c1f977"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Wed Jun 12 17:14:12 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Wed Jun 12 17:14:12 2019 -0700"
      },
      "message": "Cast block count to integer in test_create_shrink_and_write\n\nTrivialFix\n\nChange-Id: Ia9c1b5d74b2fe40a33d8d6e94165ba6c5b6fefdc\n"
    },
    {
      "commit": "f38c4c365590f4246fee0e5fffde6db55fa51ae6",
      "tree": "c5bad8d70be39ed18db0b46105617f9c56d8e614",
      "parents": [
        "2e4f3489f6f4c0f8853b3fdc4c6efb89e2789d98"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen@gazlene.net",
        "time": "Fri Jun 07 15:00:48 2019 -0700"
      },
      "committer": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.de",
        "time": "Wed Jun 12 15:42:26 2019 -0700"
      },
      "message": "Skip read-only test for CIFS\n\nWhen using the CIFS protocol and trying to share a share by IP, the\nshare fails to instantiate and the manila service produces this error:\n\n  InvalidShareAccessLevel: Invalid or unsupported share access level: ro.\n\nThere are no Manila Share backends that support CIFS shares with read\nonly access when authenticating with IP addresses[1]. This patch causes\nthe test to be skipped in such a case.\n\n[1] https://docs.openstack.org/manila/latest/admin/share_back_ends_feature_support_mapping.html#mapping-of-share-drivers-and-share-access-rules-support\n\nChange-Id: Ic30eaf3c2b7f75eb4bc62159faceb6bd30d7e03b\n"
    },
    {
      "commit": "90c354b526ddbaf2ab0bb69d9c34ef85ae570d9c",
      "tree": "593deed71a5397fbb6aa4dea605e03afe35b4b13",
      "parents": [
        "a4904978b4c28e1acbfb12d26db63085325f94c3"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Wed Jun 12 13:18:51 2019 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Wed Jun 12 13:18:51 2019 -0700"
      },
      "message": "Clarify help text of network options\n\nTrivialFix\n\nChange-Id: I11887de48c31bc5ea4c097e36c0f0da238d613b2\n"
    },
    {
      "commit": "2e4f3489f6f4c0f8853b3fdc4c6efb89e2789d98",
      "tree": "082a680a4682eaa8fe026bf5b42e858c4b88ae07",
      "parents": [
        "26e3ce1599563b935062cda82269859c37c1f977"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen@gazlene.net",
        "time": "Mon Jun 10 11:11:40 2019 -0700"
      },
      "committer": {
        "name": "Colleen Murphy",
        "email": "colleen@gazlene.net",
        "time": "Mon Jun 10 11:32:01 2019 -0700"
      },
      "message": "Fix CIFS access for non-multitenant setup\n\nIn the case that multitenancy_enabled is false, the CIFS tests fail,\nfirst because the auxiliary access function returns None, which means\nthe access object cannot be used by the caller, and second because if a\nfloating IP address isn\u0027t chosen explicitly as the share point, the\nserver\u0027s fixed IP may be chosen which is not in the same segment as the\nshare server, which means the share will not be accessible. This patch\nfixes both issues by making the auxiliary access granting function\nconsistent for both NFS and CIFS and differentiating instead on\nmultitenancy_enabled.\n\nChange-Id: Id6a44ea8c6b88d121983566dbb176f48e470094f\n"
    },
    {
      "commit": "a4904978b4c28e1acbfb12d26db63085325f94c3",
      "tree": "a2c5ce30fa25678b6bc0f5a54d82f1d75923acfe",
      "parents": [
        "b087b3093b26ce069b57dca91acb7f1b186cac6f",
        "c07415d725c5f04d46e06cb72ed441250bad73a0"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun May 26 02:05:41 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun May 26 02:05:41 2019 +0000"
      },
      "message": "Merge \"Scenario test: Create/shrink share and write data\""
    },
    {
      "commit": "2cb85a6edd76ae94b428cc504c9e25f419618c9a",
      "tree": "a71255176079dedfa7a18c9cdb4b9a0ee7e1f435",
      "parents": [
        "c07415d725c5f04d46e06cb72ed441250bad73a0"
      ],
      "author": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sat Jan 06 10:49:09 2018 -0800"
      },
      "committer": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sun May 19 10:11:58 2019 +0300"
      },
      "message": "Scenario test: Create/extend share and write data\n\nImplements #4 from: http://specs.openstack.org/openstack/manila-specs/specs/release_independent/scenario-tests.html\n\nChange-Id: I4998bcac7a1d902c17d2add00cd42560bf6bbf75\nDepends-On: https://review.openstack.org/#/c/545695/\n"
    },
    {
      "commit": "c07415d725c5f04d46e06cb72ed441250bad73a0",
      "tree": "7aea4ffa8525b4e80ab83b3b65cc6a54cc09bfba",
      "parents": [
        "53927a9459462abb002791ffab3411041ca7d664"
      ],
      "author": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sun Jan 07 10:52:18 2018 -0800"
      },
      "committer": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sat Apr 06 22:45:13 2019 +0300"
      },
      "message": "Scenario test: Create/shrink share and write data\n\nImplements #5 from:\nhttp://specs.openstack.org/openstack/manila-specs/specs/release_independent/scenario-tests.html\n\nChange-Id: If9740b0ce3b11e1ccab5a4f77a705b0fd3015644\n"
    },
    {
      "commit": "7ded9405ed0f8ec54ab3e3426340901589a617aa",
      "tree": "d67a6dda271c4a3f5d7bbbd638d6bb2a8641178d",
      "parents": [
        "53927a9459462abb002791ffab3411041ca7d664"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Mar 06 10:32:23 2019 +0200"
      },
      "committer": {
        "name": "Liron Kuchlani",
        "email": "lkuchlan@redhat.com",
        "time": "Tue Mar 26 09:38:56 2019 +0000"
      },
      "message": "Use setup_clients classmethod for clients initialization\n\nresource_setup is used to create any resources or objects while\nsetup_clients is used to initialize clients.\n\nChange-Id: I89110714651fe608721270025dfc0f3c56b078d6\n"
    },
    {
      "commit": "53927a9459462abb002791ffab3411041ca7d664",
      "tree": "2d34eb0f89200ab0e17f41c65efdaed56974d092",
      "parents": [
        "9743939c6cd1ac48efe705388abf30165718f27e",
        "5782a704127400728c07d0249621fb3111523a5f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 25 18:39:39 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 25 18:39:39 2019 +0000"
      },
      "message": "Merge \"Verify request ID in all manila responses\""
    },
    {
      "commit": "9743939c6cd1ac48efe705388abf30165718f27e",
      "tree": "cfdd71daee32214cc60d6d7ca29442950764d539",
      "parents": [
        "370569423eea5fad86efd646e7c5ea83e1337420"
      ],
      "author": {
        "name": "Lucio Seki",
        "email": "luciomitsuru.seki@fit-tecnologia.org.br",
        "time": "Tue Mar 19 18:05:35 2019 -0300"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Mar 21 16:35:45 2019 -0700"
      },
      "message": "Delete servers before deleting its share network\n\nWhen deleting a share network, the belonging share servers were being\ndeleted automatically. However, any possible errors were being ignored,\npossibly leaving share servers in the backend.\n\nThe patch https://review.openstack.org/644560 avoids this by making the\nManila API to return an error if the share network about to be deleted\nstill has any share server, which in turn has `is_auto_deletable\u003dTrue`\nor contains any share.\n\nThis patch modifies the base test class tearDown method, to delete the\nshare servers before the share network they belong to.\n\nChange-Id: I7d330b8b5fb3f08d3cbdae2c1735e266e75a70d3\nDepends-On: I4144a532d5827b929a1dce0d4d642e6d1cee47b1\nRelated-Bug: #1820118\n"
    },
    {
      "commit": "5782a704127400728c07d0249621fb3111523a5f",
      "tree": "bbbdac83560ca48f3c07cd1e2de6d1ed3dd6023c",
      "parents": [
        "370569423eea5fad86efd646e7c5ea83e1337420"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Feb 15 14:37:13 2019 -0800"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Thu Mar 14 12:00:03 2019 +0000"
      },
      "message": "Verify request ID in all manila responses\n\nAll requests to manila API must return\na request ID in the response headers.\n\nThis change adds validation to ensure\nno new APIs are added that invalidate this\ncriterion.\n\nChange-Id: If9b033109a653913b62ce9588011d2d7f00e0519\nPartial-Bug: #1815532\n"
    },
    {
      "commit": "370569423eea5fad86efd646e7c5ea83e1337420",
      "tree": "08bbec97d41847bd2d7199ebec0dcfb443e7e36c",
      "parents": [
        "b4e00216fbe5360a1b8563fc03c341332f039628"
      ],
      "author": {
        "name": "Lucio Seki",
        "email": "luciomitsuru.seki@fit-tecnologia.org.br",
        "time": "Thu Jan 24 15:40:20 2019 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Wed Mar 06 21:42:27 2019 -0300"
      },
      "message": "Add functional tests for manage/unmanage of shares in DHSS\u003dTrue\n\nThis patch adds functional tests for managing/unmanaging\nshare servers, shares, and snapshots in DHSS\u003dTrue.\n\nChange-Id: I452c2a99b186f53d737cb7fbd7eabfcfd9b249d6\nPartially-implements: bp manage-unmanage-with-share-servers\n"
    },
    {
      "commit": "b4e00216fbe5360a1b8563fc03c341332f039628",
      "tree": "7d5ac694bfb1eef8db4e1029713ebe6c91308d9e",
      "parents": [
        "13a5bc1060f4731114d5a9d572f4e2c4fe12a419",
        "c60922fb6313dbd8a87d4eafa0e55607e1bda17f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Mar 05 19:42:58 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 05 19:42:58 2019 +0000"
      },
      "message": "Merge \"Temporarily disable test_manage_invalid\""
    },
    {
      "commit": "13a5bc1060f4731114d5a9d572f4e2c4fe12a419",
      "tree": "38909a2281dc80d678057393740cf37d9a60e7ac",
      "parents": [
        "aee908705a2fc20389c0e90fd2c3f71a50f34f21",
        "29eaeefbeffa67b4e16b0886ed77a38f7f2341e1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 04 15:46:13 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 04 15:46:13 2019 +0000"
      },
      "message": "Merge \"Add tests for share type availability_zones extra-spec\""
    },
    {
      "commit": "c60922fb6313dbd8a87d4eafa0e55607e1bda17f",
      "tree": "cdc4516fab7c0206b4ac0e23d884979a559dc811",
      "parents": [
        "29eaeefbeffa67b4e16b0886ed77a38f7f2341e1"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Fri Feb 08 14:12:54 2019 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Mon Mar 04 11:10:45 2019 -0300"
      },
      "message": "Temporarily disable test_manage_invalid\n\nThis test stops making sense as-is when running against\nhttps://review.openstack.org/635831. The test tries\nto create a share with a share type configured with a\ndriver mode that was unsupported by this API. Since it\nbecomes supported in https://review.openstack.org/635831,\nthe test fails because an error is no longer returned by\nthe API.\n\nThe Manage/Unmanage share test cases are being reworked\nas part of the implementation of the\nManage-Unmanage with Share Servers feature and are to be\nfound in a separate patch dependant on this one.\n\nChange-Id: I17c74b2aa242918188eeff368232c762a4b31093\nPartially-implements: bp manage-unmanage-with-share-servers\nNeeded-By: I108961e7436ba13550ef2b8f02079c6e599a6166\n"
    },
    {
      "commit": "aee908705a2fc20389c0e90fd2c3f71a50f34f21",
      "tree": "e20d5b0386ae86d643cca7c13e5c1a1dd4f5a3dc",
      "parents": [
        "50a6760a64bc67ad6875db1496c501ed77b55b4e",
        "fd6314dfbdc6cd076bdb6099f558f481b9adbac2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 04 13:51:46 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 04 13:51:46 2019 +0000"
      },
      "message": "Merge \"Add tests for export location changes in APIv 2.47\""
    },
    {
      "commit": "50a6760a64bc67ad6875db1496c501ed77b55b4e",
      "tree": "d7d14c8b51e29d7dd192a65290b2a85d861d05eb",
      "parents": [
        "6247e9ec61becd13ecf6b235e2931e5970b22e59"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Feb 14 13:35:52 2019 -0800"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Feb 14 14:06:39 2019 -0800"
      },
      "message": "Fix microversion request URL\n\nThe code in the client assumes that we\u0027re hitting the\nbase URL. However, the manila endpoint URL isn\u0027t always\nof the format HOST[:PORT]/VERSION/xyzzy. It\u0027s possible\nthat the endpoint URL pertains to a proxy configuration\nwhich is of the format\nHOST/PROXY/ENDPOINT/FOR/MANILA/VERSION/xyzzy.\n\nThis patch also adds logging to the microversion\nrequest since we\u0027re using tempest\u0027s \"raw_request\"\nwhich doesn\u0027t do logging for us.\n\nChange-Id: I50906ec245b965faaba630fa4d01a8137d4bc3d5\nPartial-Bug: #1815038\n"
    },
    {
      "commit": "29eaeefbeffa67b4e16b0886ed77a38f7f2341e1",
      "tree": "70d2cef9a32c4b76839d53a0247206617e0228d1",
      "parents": [
        "fd6314dfbdc6cd076bdb6099f558f481b9adbac2"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Feb 07 17:02:02 2019 -0800"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Feb 08 22:50:13 2019 +0000"
      },
      "message": "Add tests for share type availability_zones extra-spec\n\nThese tests are skipped for API versions \u003c 2.48.\n\nChange-Id: I69ec5935c2635008af8fcf5de841ee498940e978\nPartially-implements: bp share-type-supported-azs\nDepends-On: https://review.openstack.org/#/c/633155/\n"
    },
    {
      "commit": "fd6314dfbdc6cd076bdb6099f558f481b9adbac2",
      "tree": "55791f8070b2b9991ddfc5343bfd4d83a906ce90",
      "parents": [
        "6247e9ec61becd13ecf6b235e2931e5970b22e59"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon Jan 07 01:45:44 2019 -0800"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Feb 08 10:57:01 2019 -0800"
      },
      "message": "Add tests for export location changes in APIv 2.47\n\n- Share export locations API from version 2.47\n  will not supply export locations of non-active\n  secondary replicas.\n- New APIs GET\n  /share-replicas/{share_replica_id}/export-locations and\n  /share-replicas/{share_replica_id}/export-locations/{export_id}\n  provide replica export locations at tenant level by virtue\n  of default policy and provide necessary information\n  for tenant consumption.\n\nDepends-On: https://review.openstack.org/#/c/628069/\nChange-Id: I64dd04c9fa8a429e568e219aac175d43c8c57ec7\nImplements: bp export-locations-az\n"
    },
    {
      "commit": "6247e9ec61becd13ecf6b235e2931e5970b22e59",
      "tree": "04919f3301438bc8a5769a5a1546782dc4338d34",
      "parents": [
        "3f92a6a82772d8b49abaf9e30cd74f267b9d1e81"
      ],
      "author": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sun Feb 18 17:04:07 2018 +0200"
      },
      "committer": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sun Feb 03 18:06:33 2019 +0200"
      },
      "message": "Scenario test: Create/manage share and write data\n\nImplements test #6 from:\nhttps://specs.openstack.org/openstack/manila-specs/specs/release_independent/scenario-tests.html\n\nChange-Id: I4245cd202543cfefb0aa4e9c56ab949e2a9821f6\n"
    },
    {
      "commit": "3f92a6a82772d8b49abaf9e30cd74f267b9d1e81",
      "tree": "b1a059df7752e73d3cb6cf4bf8e44fa6904b237c",
      "parents": [
        "df99c2db0c9a1bf36e9c614555b20aa2cb7680d9",
        "839c98b2c1b46c46274e61ead2ef0c55dde35549"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jan 24 13:33:25 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 24 13:33:25 2019 +0000"
      },
      "message": "Merge \"Fix availability zones tests\""
    },
    {
      "commit": "839c98b2c1b46c46274e61ead2ef0c55dde35549",
      "tree": "c7838227493e08494d046d4fd575292b3b56c230",
      "parents": [
        "89262f6721e3820965a8cac726dcb36e37d2a2dc"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon Jan 14 23:16:23 2019 -0800"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Tue Jan 15 11:21:26 2019 -0800"
      },
      "message": "Fix availability zones tests\n\nWhenever creating a resource in an availability zone,\nthe positive test cases must ensure that the AZ supports\nthe characteristics needed by the resource.\n\nAdd a new helper method to filter AZs by share types\nto facilitate such a check.\n\nChange-Id: Ia721c434ceae5f02fc51bef5ec48b356da0de98d\nCloses-Bug: #1811739\n"
    },
    {
      "commit": "e5d788e46fb69e81d344679ab7928ce107580098",
      "tree": "e191d72ee9bba8e364eec28fe839effb54dfa4ed",
      "parents": [
        "f9d49aba022d8312f3bfae42a9e7404f1aa04a98"
      ],
      "author": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Jan 08 08:06:49 2019 -0500"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Jan 08 08:12:56 2019 -0500"
      },
      "message": "Fix access-rule filter for python3\n\nThe manila-tempest-plugin shares client collects access rules\nfrom a rest response body using a filter expression which in\nPython 3 is an iterator.  It then attempts to determine the\nlength of the result and since the full iteration has not\ncompleted, Python throws an exception.\n\nFix this by using a straightforward list comprehension that\nbehaves the same way in Python 2 and Python 3.\n\nCloses-bug: #1810937\nChange-Id: I20a1f05cd4e2f6bdee8b8e4b069c53e35e41fe70\n"
    },
    {
      "commit": "f9d49aba022d8312f3bfae42a9e7404f1aa04a98",
      "tree": "3d8dddd461e0323d45f5d78184a4049feac8ffab",
      "parents": [
        "8e9a39abbf0bfff5448422dc1bcc6bddb7682355",
        "df4ab076125ebdb264e66fa39f91dee5816dc30f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jan 08 04:27:45 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 08 04:27:45 2019 +0000"
      },
      "message": "Merge \"Extend testing for reset state operation\""
    },
    {
      "commit": "df4ab076125ebdb264e66fa39f91dee5816dc30f",
      "tree": "a60e51669663a4c42c2cb8eb021d02a2e8f50b5c",
      "parents": [
        "89262f6721e3820965a8cac726dcb36e37d2a2dc"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Sun Dec 09 17:47:23 2018 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Sun Jan 06 10:13:29 2019 +0200"
      },
      "message": "Extend testing for reset state operation\n\nAdd \"error_deleting\", \"deleting\", \"creating\" statuses resource\nfor reset state operation.\n\nChange-Id: Icaa6cf9930913a728fcacba7d673f0631cf68ba8\n"
    },
    {
      "commit": "8e9a39abbf0bfff5448422dc1bcc6bddb7682355",
      "tree": "b68982ea267946731042a30a4db71b95fdefd0b9",
      "parents": [
        "89262f6721e3820965a8cac726dcb36e37d2a2dc"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Jan 04 12:26:26 2019 -0800"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Sat Jan 05 18:39:12 2019 +0000"
      },
      "message": "Py3: Use urlopen from six.moves.urllib.request\n\nNamespaces within the urllib2 package have\nchanged between python2x and python3x.\n\nCloses-bug: #1810610\nChange-Id: I2a044ba76970393c587d6bc8d07280a7727bbe21\n"
    },
    {
      "commit": "b9618802dbd99e403884e0172558bae71aa6af2e",
      "tree": "b3440605a274356288db5a0f0fb6aa195fbf700d",
      "parents": [
        "d83f970ff7bdd69b29b4046bbe82f6cfb4573be4"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Thu Nov 08 11:01:57 2018 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Thu Nov 08 11:08:52 2018 +0200"
      },
      "message": "Add skip_checks classmethod\n\nThe conditions skip snippet should reside on skip_checks\nmethod rather than resource_setup method.\n\nChange-Id: I289d1fdb763a7381bda87ea04872f67e7420b800\n"
    },
    {
      "commit": "d8039b8fc5ef6d7a486458dd9411c3be598804ad",
      "tree": "bc6c3ad2cfa95c3e6d631b726e5f2e6d886c076a",
      "parents": [
        "4c91b6e8da97e1d69b9f86a29d12bae0e116bfba"
      ],
      "author": {
        "name": "Maurice Schreiber",
        "email": "maurice.schreiber@sap.com",
        "time": "Thu Sep 06 15:56:31 2018 +0200"
      },
      "committer": {
        "name": "Maurice Schreiber",
        "email": "maurice.schreiber@sap.com",
        "time": "Fri Sep 07 09:15:28 2018 +0200"
      },
      "message": "Fixes test skips in 7c56035bb68d16b52b73de17b61c3bb08e18fe82\n\nTests should be skipped if configured microversion is less than 2.38.\n\nChange-Id: I34149ff725f54288cbca0e01bec57673d865b18f\n"
    },
    {
      "commit": "f6bc6fa7bc0e46857aba2b141f31b516a7d30a41",
      "tree": "a35efd3d0f0af4ae4518d53d18d17136437e6566",
      "parents": [
        "f572d5f75e8427b8f18cb015832c6bcc50b69ab7"
      ],
      "author": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Thu Feb 01 11:27:00 2018 -0500"
      },
      "committer": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Sun Aug 05 19:37:43 2018 -0300"
      },
      "message": "Create a generic share type (api tests)\n\nTempest assumes a default share type already created\nto work. This means, if a default share type is not\ncreated and not specified in the conf file, tempest\ntests fail. A workaround is to create a share type\nas part of the environment setup for all the tests\nthat need it. This patch set does that.\n\nChange-Id: I15880e400df30918762ebd7304244b4a27200168\nCloses-Bug: #1743472\n"
    },
    {
      "commit": "f572d5f75e8427b8f18cb015832c6bcc50b69ab7",
      "tree": "47477bc6b0b03fb7281d7c9a80adf83717d43012",
      "parents": [
        "8d6eeee462ccfbd410f40aa99dc674c1a26df41f",
        "ad3b7d4c65ccd694f56436c624dce1bbc84fed43"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Aug 04 02:16:21 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Aug 04 02:16:21 2018 +0000"
      },
      "message": "Merge \"Added test for Limit formatting routes when adding resources\""
    },
    {
      "commit": "8d6eeee462ccfbd410f40aa99dc674c1a26df41f",
      "tree": "e8beca0f91c4cfb2a58460ec5dfc651e4c80ab63",
      "parents": [
        "2e153ac29fd64ad70244fd68b4f20de33c46c19e",
        "5dd4b582f4e26da69992d6507cea331b1afc1b17"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Aug 03 20:41:30 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 03 20:41:30 2018 +0000"
      },
      "message": "Merge \"Test is_default for share type and share group type\""
    },
    {
      "commit": "2e153ac29fd64ad70244fd68b4f20de33c46c19e",
      "tree": "935959adb8ee4d2a668ef93645297ebb8e0b84d0",
      "parents": [
        "19c54c3e2918fa61ca3a42f90f5743b3cff64d0a",
        "61cae07e5e9236a98f2847831e0a83e4f1441887"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jul 25 03:55:47 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 25 03:55:47 2018 +0000"
      },
      "message": "Merge \"s/share_net/share_network in scenario tests\""
    },
    {
      "commit": "5dd4b582f4e26da69992d6507cea331b1afc1b17",
      "tree": "e2bba8d1ccb94010b6cc8df1577d3398e6eb9555",
      "parents": [
        "f0dd7a400b7e477c63f6555cf09405c8c109cbef"
      ],
      "author": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Tue Jul 24 12:25:22 2018 +0800"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Tue Jul 24 16:49:55 2018 +0000"
      },
      "message": "Test is_default for share type and share group type\n\nThe share type and share group type APIs in version 2.46\nreturns is_default key, this patch is to test this featue.\n\nDepends-On: https://review.openstack.org/#/c/557206/\nChange-Id: I68f7bea991fb39c4667031b0125470936a28dc9f\nPartial-Bug: #1743941\n"
    },
    {
      "commit": "19c54c3e2918fa61ca3a42f90f5743b3cff64d0a",
      "tree": "b307610301f4dfe90afd447068ee32a4e11e2288",
      "parents": [
        "f0dd7a400b7e477c63f6555cf09405c8c109cbef"
      ],
      "author": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Jul 24 09:19:28 2018 -0400"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Jul 24 09:19:34 2018 -0400"
      },
      "message": "Skip access metadata tests at unsupported versions\n\nRecently share access metadata tests were added for\nmicroversion 2.45 without the skips needed when they\nare run on stable branches, where there is no support\nfor that microversion.\n\nAdd the needed skips.\n\nCloses-Bug: #1783334\n\nChange-Id: I26225a591d837350744bfc6ac04624456ee98a21\n"
    },
    {
      "commit": "61cae07e5e9236a98f2847831e0a83e4f1441887",
      "tree": "7a45dd58aa3d1dae549079c2501a355ce49a060b",
      "parents": [
        "f0dd7a400b7e477c63f6555cf09405c8c109cbef"
      ],
      "author": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Mon Jul 23 16:31:52 2018 -0300"
      },
      "committer": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Mon Jul 23 16:31:52 2018 -0300"
      },
      "message": "s/share_net/share_network in scenario tests\n\nA typo was broking scenario tests, this patch set\nchanges share_net[\u0027id\u0027] for share_network[\u0027id\u0027] to\nfix this.\n\nCloses-Bug: #1783194\nTrivialFix\n\nChange-Id: I587708b91b6261341ee017fbee345f57a99e7f48\n"
    },
    {
      "commit": "f0dd7a400b7e477c63f6555cf09405c8c109cbef",
      "tree": "c96ae64aab19bdab87c9f62f79515883932ce271",
      "parents": [
        "fee64c297b484cb48d007bf6d0f7d32d2bf6cc45",
        "ac9fbb994c7e5dd0bf6ac303bd76bc64cc598a4c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Jul 21 02:02:37 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 21 02:02:37 2018 +0000"
      },
      "message": "Merge \"Add tempest test for share access metadata\""
    },
    {
      "commit": "ac9fbb994c7e5dd0bf6ac303bd76bc64cc598a4c",
      "tree": "9d0ef78ef75d64ac9d890adefab191274926dcd2",
      "parents": [
        "92f691c575cfe8011d21312e57401d87000149fc"
      ],
      "author": {
        "name": "zhongjun2",
        "email": "jun.zhongjun@huawei.com",
        "time": "Mon Jul 02 12:30:25 2018 +0000"
      },
      "committer": {
        "name": "zhongjun2",
        "email": "jun.zhongjun@huawei.com",
        "time": "Fri Jul 20 15:56:24 2018 +0000"
      },
      "message": "Add tempest test for share access metadata\n\nDepends-On: https://review.openstack.org/#/c/570708/\nChange-Id: Ia794e1b13fec092b139c4859af48159869d6869e\nPartially-implements bp: metadata-for-access-rule\n"
    },
    {
      "commit": "fee64c297b484cb48d007bf6d0f7d32d2bf6cc45",
      "tree": "1cfc8975ea77cef7cbfd8a3ee96bbe9cdaf8dc85",
      "parents": [
        "de786503f7fa8abc4a256627c1d06d3292b5590a"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Sun Jul 15 03:30:33 2018 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Sun Jul 15 03:30:33 2018 -0700"
      },
      "message": "Skip tests for unsupported micro-versions\n\nAdd/Fix the use of the skipping logic for\ntests that are meant to make requests and\nseek responses off a micro-version greater\nthan the configured maximum microversion.\n\nChange-Id: Ib847af1ca88f5c3a2d2d9f4f48bfe40dfd50b1c9\n"
    },
    {
      "commit": "de786503f7fa8abc4a256627c1d06d3292b5590a",
      "tree": "8adb0840c635c1a446476c0c026ea0af56a04ecf",
      "parents": [
        "92f691c575cfe8011d21312e57401d87000149fc"
      ],
      "author": {
        "name": "Dustin Schoenbrun",
        "email": "dschoenb@redhat.com",
        "time": "Mon Jul 09 18:45:18 2018 -0400"
      },
      "committer": {
        "name": "Dustin Schoenbrun",
        "email": "dschoenb@redhat.com",
        "time": "Mon Jul 09 18:59:00 2018 -0400"
      },
      "message": "Fix erroneous test labels in quota tests\n\nThere are some tests in the test_quota.py file that are erroneously\ntagged as negative. This patch changes those tags to be positive to be\nin line with the actual actions of the tests.\n\nChange-Id: I68362ad614cb3bb01b1f3ec752cd581f6237a990\nCloses-Bug: #1780861\n"
    },
    {
      "commit": "92f691c575cfe8011d21312e57401d87000149fc",
      "tree": "4e10748e8c220ff9e52ca7747ecfa4b4115c526c",
      "parents": [
        "159ed39980c0a3d247388cd5da63f293bf471c8d",
        "5ac3717d742fa068773f0a86581c01ff4c903573"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 05 05:46:24 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 05 05:46:24 2018 +0000"
      },
      "message": "Merge \"Add ou to security service tests\""
    },
    {
      "commit": "159ed39980c0a3d247388cd5da63f293bf471c8d",
      "tree": "42f86c2f1bd7a526bc585fbbd7006f970dff328a",
      "parents": [
        "a2bb0cb6f5720e58ca783429d4a1a806795f2201",
        "5324a7c655188fbf5e5173cc5cace4497fba83dd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Jun 29 19:44:22 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jun 29 19:44:22 2018 +0000"
      },
      "message": "Merge \"Move shared logic to base scenario test class\""
    },
    {
      "commit": "5324a7c655188fbf5e5173cc5cace4497fba83dd",
      "tree": "28c352d12c6bf664a1ecf14788fe65ff9bf5a8e7",
      "parents": [
        "4c99f09457ef49137c1182bfba67b8931ec72ce3"
      ],
      "author": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Sat Jan 20 22:54:57 2018 +0200"
      },
      "committer": {
        "name": "Nir Gilboa",
        "email": "gilboa.nir@gmail.com",
        "time": "Wed Jun 27 10:14:14 2018 +0300"
      },
      "message": "Move shared logic to base scenario test class\n\nThe ShareBasicOpsBase class contained setup logic which should be\nreused in other tests. This code is moved up to ShareScenarioTest.\nAdditionally setup checks are moved up to avoid unnecessarily creating\nresources, and some naming changes have been made for clarity.\n\nChange-Id: Ia7db48ae0ecab7a11b1d724b6ca71015ee675aea\n"
    },
    {
      "commit": "ad3b7d4c65ccd694f56436c624dce1bbc84fed43",
      "tree": "03e7add13ff70c2b48473cfc2d213575b7251047",
      "parents": [
        "d1f6a062b696b3c21817386da2c432fc844319e3"
      ],
      "author": {
        "name": "zhongjun2",
        "email": "jun.zhongjun@huawei.com",
        "time": "Mon Jun 25 14:23:18 2018 +0800"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon Jun 25 15:36:27 2018 +0000"
      },
      "message": "Added test for Limit formatting routes when adding resources\n\nAdded test to allows identifiers with a \u0027.\u0027 in delete metadata url.\nA few tests were added to the extensions test to prove that .xml and\n .json are stripped.\n\nDepends-On: https://review.openstack.org/#/c/571403/\nChange-Id: I47b1a48fc07deea086470a71b93d88c8f9232932\nPartial-Bug: #1774353\n"
    },
    {
      "commit": "d75e7567f6affeca4697a763ac65bc0023061e5a",
      "tree": "0d752c73c4e9720122e40b6fa8fbb711c61ce06f",
      "parents": [
        "d1f6a062b696b3c21817386da2c432fc844319e3",
        "8b38f465f000f63dc1685aecc9709c0787869f17"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jun 25 14:31:26 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jun 25 14:31:26 2018 +0000"
      },
      "message": "Merge \"Remove volume client and usage in scenario tests\""
    },
    {
      "commit": "5ac3717d742fa068773f0a86581c01ff4c903573",
      "tree": "c398bc2d10f298135d17819a0c494609e9468549",
      "parents": [
        "4c99f09457ef49137c1182bfba67b8931ec72ce3"
      ],
      "author": {
        "name": "Maurice Schreiber",
        "email": "maurice.schreiber@sap.com",
        "time": "Thu Feb 01 15:17:31 2018 +0100"
      },
      "committer": {
        "name": "Maurice Schreiber",
        "email": "maurice.schreiber@sap.com",
        "time": "Mon Jun 25 08:04:52 2018 +0200"
      },
      "message": "Add ou to security service tests\n\nThis patch complements I70fd4e0ea7898e85dff59a927b3cb086d5e408ac\nby adding tests for ou parameter at security services with new\nmicroversion 2.44.\n\nDepends-On: I70fd4e0ea7898e85dff59a927b3cb086d5e408ac\nChange-Id: I77d87c8e6f98054f2f02bc4202c14314ff321964\nPartial-Bug: #1696669\n"
    },
    {
      "commit": "d1f6a062b696b3c21817386da2c432fc844319e3",
      "tree": "13a07e61fcc9cd5b27d38bd6dbc466516a02ab18",
      "parents": [
        "3a9792faab3738791ba268ad09b7bbbb5394ac67"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Jun 14 21:34:09 2018 +0000"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Jun 15 19:01:53 2018 +0000"
      },
      "message": "Revert \"After tempest network resource do not be cleared\"\n\nThis reverts commit 264a6029db225716e11fbb5fd7b3014459b869b1.\nWe use pre-provisioned OpenStack projects (accounts, users and networks)\nto run multi-tenancy tests against the DHSS\u003dTrue drivers. When using\nthe NeutronNetworkPlugin (or its derivatives),\nshare servers are not expected to be deleted by the tests. This\nassumption breaks the cleanup committed in 264a6029db225716e11fbb5fd7b3014459b869b1.\n\nWe ought to clean up share servers that get created as part of test runs\nbecause we clean up all the shares. The default option to teardown\n\"unused\" share servers [1] currently takes care of freeing up\nshare servers after the tests have run.\n\nIf network resources pertain to pre-provisioned\nprojects, no cleanup should be done by manila\u0027s tempest tests; since\nthey are meant to be administered by the test runner (human/automation).\n\n[1] https://docs.openstack.org/manila/latest/configuration/shared-file-systems/config-options.html \n\nRelated-Bug: #1755467\nChange-Id: I004d88e4e2ccf5a0e1dbaaedc7195f5a8e427559\n"
    },
    {
      "commit": "3a9792faab3738791ba268ad09b7bbbb5394ac67",
      "tree": "48d83c21d773877d9af6e824e9c30b5c227c633d",
      "parents": [
        "3cab6de5322b1810d031e4b65d2476e67e03ed28",
        "7c56035bb68d16b52b73de17b61c3bb08e18fe82"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jun 12 17:28:21 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 12 17:28:21 2018 +0000"
      },
      "message": "Merge \"Test access control for single host addresses\""
    },
    {
      "commit": "cad9201937734c1b778705720eb57bd2336256b5",
      "tree": "30fdd6fee7e74ffbd92cc69cf07b0d6be53168c9",
      "parents": [
        "4c99f09457ef49137c1182bfba67b8931ec72ce3"
      ],
      "author": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Fri Jun 08 14:46:35 2018 -0400"
      },
      "committer": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Fri Jun 08 14:46:35 2018 -0400"
      },
      "message": "Fix tabs in api/base\n\nWrong indentation in api/base.py\n\nTrivialFix\n\nChange-Id: I7a57db4f33ff0df6df2fb6a653f48ee9645b3275\n"
    },
    {
      "commit": "8b38f465f000f63dc1685aecc9709c0787869f17",
      "tree": "14f0993c4ea4b0a87ca95d8c04642f386dbd5fc9",
      "parents": [
        "4c99f09457ef49137c1182bfba67b8931ec72ce3"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Jun 07 10:55:01 2018 -0700"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Jun 08 03:00:07 2018 +0000"
      },
      "message": "Remove volume client and usage in scenario tests\n\nWe don\u0027t need the volume/Cinder client in our scenario\ntests, nor the methods that it was currently being\nused in. Remove its usage from the base class to\nunblock https://review.openstack.org/#/c/573135/\n\nChange-Id: I111c648280912fcbad671cc27cf87c496e8689ba\nNeeded-By: https://review.openstack.org/#/c/573135/\n"
    },
    {
      "commit": "7c56035bb68d16b52b73de17b61c3bb08e18fe82",
      "tree": "c5bfda56d2502deca178612d7f88b9cf5ed0ae40",
      "parents": [
        "42329e2a9f18ebcfe114ea60f0fe511553b7ca9f"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon May 14 16:13:01 2018 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Mon May 21 17:52:43 2018 +0000"
      },
      "message": "Test access control for single host addresses\n\nIn CIDR notation, the max prefix-length is typically\nused to denote individual host addresses, for example:\n2620:52:0:13b8::fe:e7 and 2620:52:0:13b8::fe:e7/128\nare semantically the same.\n\nTest the fix submitted in\nI6e790fd0edd82064a3c5cda8a919c9eeb2da85d0\n\nDepends-On: https://review.openstack.org/#/c/568364/\nDepends-On: https://review.openstack.org/#/c/568650\nChange-Id: Ife0db1db1b3c1efc99b34da972701cf6011e907a\nRelated-Bug: 1767430\n"
    },
    {
      "commit": "42329e2a9f18ebcfe114ea60f0fe511553b7ca9f",
      "tree": "8c26e958403c84efc512b63d2b0deaa945c07701",
      "parents": [
        "7f35fc0f5e9836502f0b92fba5bd65cd93d7047d"
      ],
      "author": {
        "name": "Rishabh Dave",
        "email": "ridave@redhat.com",
        "time": "Thu May 03 17:30:26 2018 +0530"
      },
      "committer": {
        "name": "Rishabh Dave",
        "email": "ridave@redhat.com",
        "time": "Tue May 08 16:16:00 2018 +0530"
      },
      "message": "[scenario] Add test case to check for RO access\n\nTest if a compute instance with RO access granted to it via floating\nIP address fails to write on the share. Also, add the capability to\npass the access level to the methods that allow access to shares.\n\nChange-Id: I1aef8f1ed1b93c0847a6aa982f62c8e539d04337\nSigned-off-by: Rishabh Dave \u003cridave@redhat.com\u003e\n"
    },
    {
      "commit": "7f35fc0f5e9836502f0b92fba5bd65cd93d7047d",
      "tree": "50c28efd182697cb5dc047af37fed2a2bdf7f9a3",
      "parents": [
        "5271594ec26a6d4102cab225fc497d4d364d7d37",
        "06e3a29ce69d4fae489ad374674434a1e06f119b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Apr 18 18:40:32 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Apr 18 18:40:32 2018 +0000"
      },
      "message": "Merge \"Add a method to download and create a CentOS 7 image\""
    },
    {
      "commit": "5271594ec26a6d4102cab225fc497d4d364d7d37",
      "tree": "7ac014a1f221364b45fbf585c5456d9d58c0e5f2",
      "parents": [
        "c6025c064c42827262db789f40c18098346ebf4b",
        "01c7feed86db36d0ea11ec3db75aae15a62baee8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Mar 27 20:12:40 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 27 20:12:40 2018 +0000"
      },
      "message": "Merge \"After run manila tempest the share network residue\""
    },
    {
      "commit": "06e3a29ce69d4fae489ad374674434a1e06f119b",
      "tree": "535b8fd0025416926a7747c61067bb23cfd27b66",
      "parents": [
        "c6025c064c42827262db789f40c18098346ebf4b"
      ],
      "author": {
        "name": "Rishabh Dave",
        "email": "ridave@redhat.com",
        "time": "Tue Feb 13 20:03:32 2018 +0530"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Mar 27 14:37:12 2018 +0000"
      },
      "message": "Add a method to download and create a CentOS 7 image\n\nThe image is needed for scenario testing of Manila with CephFS as\nbackend. And download the image piece by piece where each piece is\nof the size 100 MB to prevent overloading the memory.\n\nChange-Id: Ib7101c59a4e955c7bc2aaa671d342169d6f0976d\nSigned-off-by: Rishabh Dave \u003cridave@redhat.com\u003e\n"
    },
    {
      "commit": "264a6029db225716e11fbb5fd7b3014459b869b1",
      "tree": "407b84194315491a54aacc2a49e6341017c879fb",
      "parents": [
        "50580218705b75736e62279393b87196aa054846"
      ],
      "author": {
        "name": "haobing1",
        "email": "bing.hao@easystack.cn",
        "time": "Tue Mar 13 20:39:10 2018 +0800"
      },
      "committer": {
        "name": "haobing1",
        "email": "bing.hao@easystack.cn",
        "time": "Mon Mar 26 09:10:32 2018 +0800"
      },
      "message": "After tempest network resource do not be cleared\n\nWhen use multitenancy_enabled, mybe create net, subnet and router resources,\nbe used to create share network, after run the tempest those network resource\ndo not be cleared in the end of tempest.\n\nChange-Id: I2827485a78ad001eb49b7fc583b15f47662b853a\nCloses-Bug:#1755467\n"
    },
    {
      "commit": "01c7feed86db36d0ea11ec3db75aae15a62baee8",
      "tree": "0b4a15025e71a331f4934126adf5039075d9448f",
      "parents": [
        "9c60938d5ac717476620a83b7d7d85f134f1a764"
      ],
      "author": {
        "name": "haobing1",
        "email": "bing.hao@easystack.cn",
        "time": "Fri Mar 09 16:33:00 2018 +0800"
      },
      "committer": {
        "name": "haobing",
        "email": "bing.hao@easystack.cn",
        "time": "Thu Mar 22 01:35:38 2018 +0000"
      },
      "message": "After run manila tempest the share network residue\n\nAfter run manila tempest with multi-tenancy there have manila share network residue.\nThis manila share network should be deleted in clear resources.\n\nChange-Id: I91060888f3509b1e84a453847a7aa3ebcfbf01c9\nCloses-Bug:#1754588\n"
    },
    {
      "commit": "d23abaf0e326a406ba29667d637b2587ad08900a",
      "tree": "db85c7a8584660ccc1e3fb051d082788956782b2",
      "parents": [
        "67d8e3fbf616f389a1d5ada3efb07c508e5becf8"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Wed Feb 07 09:35:18 2018 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Wed Feb 07 15:18:20 2018 -0200"
      },
      "message": "Allow IPv6 Share Migration tests\n\nRemoving the skip condition as Share Migration is now\nable to run tests with IPv6.\n\nChange-Id: I4b77a66949d69d23676a9a0e4b6c692087aae824\nDepends-on: Icba4b22ad87ccfabcc02078648b1abc6410e5353\n"
    },
    {
      "commit": "797257e3acdfd7875d7e3d069f568e4c2be11393",
      "tree": "36b0916b91120c401985bc7e389fb4a55db15753",
      "parents": [
        "b09dcebd20642fd2205d34e1482d08190a109c97"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Tue Nov 21 11:00:45 2017 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri2010@gmail.com",
        "time": "Wed Jan 24 13:37:46 2018 +0000"
      },
      "message": "Add IPv6 support to scenario tests\n\nThis patch complements I4ca727f92618998242af18908bbbda6bb5f86303\nby adding IPv6 functionality to scenario tests.\n\nAlso, as described in I4ca727f92618998242af18908bbbda6bb5f86303,\nthis change is also adding a new test config option to override\nNFS access rules.\n\nChange-Id: Id8b005cdd429d53a75624885fe7ca795746c3ede\n"
    },
    {
      "commit": "be1134c700f6e37b8611bd67c1c2a6efb26c39d9",
      "tree": "724c3cb239aa7ea032ffe4b2116c130087a9eb05",
      "parents": [
        "a6a639fcf9b748c0a61081df1075c74cfa23f5fd"
      ],
      "author": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Sun Dec 31 15:14:04 2017 +0800"
      },
      "committer": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Mon Jan 01 10:49:13 2018 +0800"
      },
      "message": "Remove the max api microversion assertion\n\nmax api microversion assertion should be removed here, because\nmicroversion change patches for manila need to trigger this\nplugging, but this plugging still test old version microversion\ntests, this will cause manila-tempest-minimal-dsvm-dummy job\nnever passed.\n\nChange-Id: Ib691a0925e29f90bf6d5b0a22fa8b03c9fe176cf\n"
    },
    {
      "commit": "2ce9a53e3e3b9f836196463ccabe82450a5e799d",
      "tree": "3b01034107056cdaac5c5ed881546aa0a18dd000",
      "parents": [
        "6dd03d9b45d42deb150d6c0e8de57e8f443a46d8"
      ],
      "author": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Mon Dec 18 17:42:55 2017 -0300"
      },
      "committer": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Mon Dec 18 17:42:55 2017 -0300"
      },
      "message": "Moves test_security_services and test_share_networks tests\n\nMoves \"Fix getting share networks and security services error\"\nrelated tempest tests.\n\nRelated change: Ied021b66333f1254cd232bbc38562a4a9b762ad2\n\nTrivialFix\n\nChange-Id: I7c742475966b9fc4546ea676d969a2787dee973f\n"
    },
    {
      "commit": "6dd03d9b45d42deb150d6c0e8de57e8f443a46d8",
      "tree": "8d660bcdac9683c99a97f555610302042c139e62",
      "parents": [
        "2aea7c344faaba11f19ce905be5467f448730e4c"
      ],
      "author": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Mon Dec 11 16:10:36 2017 -0300"
      },
      "committer": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Thu Dec 14 15:17:00 2017 -0300"
      },
      "message": "Moves test_shares_actions.py test from manila repo\n\nMoves \"Add count info in /shares and /shares/detail\nresponse\" related tempest tests.\n\nRelated change: I12c41a46140b04f26565d8934e0326480477c612\n\nTrivialFix\n\nChange-Id: I5d310073383787094651f12f5792a8c748781ec7\n"
    },
    {
      "commit": "2aea7c344faaba11f19ce905be5467f448730e4c",
      "tree": "808154b34486178a63bf2f9b8a87e4145def67cf",
      "parents": [
        "ad0dc1deddc762ac18cb7b2cc21e2749e93ce416"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Mon Dec 11 00:03:56 2017 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Mon Dec 11 00:05:02 2017 +0000"
      },
      "message": "Remove usage of deprecated config \u0027resources_prefix\u0027\n\nConfig option \u0027resources_prefix\u0027 was deprecated and marked for removal.\n- https://github.com/openstack/tempest/blob/6dd6fc66d8a04bdba8063f34244e7db2f70a7251/tempest/config.py#L1081\nTempest is going to remove this config options soon.\n\nThis commit removes its usage and hardcode the resource prefix to \u0027tempest\u0027\n\nChange-Id: Ia65b9c8de0bb4abef040ddf0f2f7dd2f3779dcd7\n"
    },
    {
      "commit": "ad0dc1deddc762ac18cb7b2cc21e2749e93ce416",
      "tree": "56f598132efc568d640fc300116348ccfcaa2076",
      "parents": [
        "80f5fbf2c92231f45ebace17a388679cf595b55a"
      ],
      "author": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Tue Nov 28 11:39:30 2017 -0300"
      },
      "committer": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Tue Nov 28 11:49:37 2017 -0300"
      },
      "message": "Add new tests to keep repo up to date\n\nWhile the in-tree tempest plugin is not removed\nfrom manila repo, we need to keep new changes in sync.\nThis is related to https://review.openstack.org/#/c/512572/\n\nChange-Id: I48d5fcd0d783fbb9334758eaab30e720e7757919\n"
    },
    {
      "commit": "80f5fbf2c92231f45ebace17a388679cf595b55a",
      "tree": "2cfc00c61599a82317865c5cc987ba93d4f1a967",
      "parents": [
        "3dd627bdec282071450694bf5399d53e9f9abd5b"
      ],
      "author": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Mon Oct 16 14:38:36 2017 +0100"
      },
      "committer": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Mon Nov 20 12:01:12 2017 -0300"
      },
      "message": "Initial fixes to plugin repo\n\nFixing requirements and setup for manila tempest plugin.\n\nDepends-On: I21f2e27ba18f18ebdf07105452c0ffb6fc04bb83\nChange-Id: Id773014b915817ff41b9bffd41e84e4d53fb78be\n"
    },
    {
      "commit": "db5ab6b28c47335151ab4fa4e7c7313964d5806c",
      "tree": "fd559a6f23ecace8a5ed91e850facda6142d5330",
      "parents": [
        "207315ac3db39d77c148d49f08667daa75cba4a8"
      ],
      "author": {
        "name": "Dustin Schoenbrun",
        "email": "dschoenb@redhat.com",
        "time": "Fri Sep 15 15:55:53 2017 -0400"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Sat Sep 16 21:18:38 2017 -0400"
      },
      "message": "tempest: remove call to set_network_resources()\n\nSince the merge of the stable interface for Tempest network_resources\n[0], a call within the Manila scenario tests was causing failures\naround the ordering of method calls in the set up of the test class.\nThis patch removes the call as currently it doesn\u0027t do anything and\nwill fix our scenario tests.\n\n[0] - I4eab8f2a722b47edc20e4aab0ef453bec16842f3\n\nChange-Id: Ia9226329035508c37ca499e6efbd2382502eb141\nCloses-Bug: #1717562\n"
    },
    {
      "commit": "06f519f3da0a30c10adf4adb5d481ccd197e9459",
      "tree": "99906a6477718855e6fdd65e62e6f2e5d31cd94a",
      "parents": [
        "ca3fbef37b327b17ab487f707f0a953d2fed6d30"
      ],
      "author": {
        "name": "yogesh",
        "email": "ykshirsa@netapp.com",
        "time": "Mon Jun 26 13:16:12 2017 -0400"
      },
      "committer": {
        "name": "Yogesh",
        "email": "ykshirsa@netapp.com",
        "time": "Tue Aug 08 15:00:51 2017 -0400"
      },
      "message": "[Tempest] Fix tests for pre-existing share network\n\nCurrently tempest tests do not support creating and\nadding Security Service to newly created share networks.\nThis causes CIFS multitenancy tests to fail on some\nof the backends.\nTherefore, having pre-existing share network helps\ntesting such scenarios.\n\nWhen using a pre-existing share network,\nwe can still test the share network API and\ncreate share networks, however, we shouldn\u0027t\ncreate shares on such networks.\nSo, any tests that create new share networks\nand use them to create shares need to be skipped.\n\n- This patch makes sure that the pre-existing\nshare_network is not cleaned up.\n- One share_server related test is skipped\nto avoid deleting share network as part of test.\n- One share network negative test is skipped\nto avoid creating a share with new share network.\n\nChange-Id: I272806b05c8b4d30451d0cf4b9dd3f366b8bf728\nCloses-Bug: #1698429\n"
    },
    {
      "commit": "ca3fbef37b327b17ab487f707f0a953d2fed6d30",
      "tree": "0e2bfe623e50b89de5dea93ab3a5d3628223fbf6",
      "parents": [
        "b236c24a1a671ca278b35f98d52267b7788057c7",
        "369391a8a4996a310a52f5d5939a27acc875d8c1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 03 13:42:22 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 03 13:42:22 2017 +0000"
      },
      "message": "Merge \"Use tempest-plugin service client registration\""
    },
    {
      "commit": "b236c24a1a671ca278b35f98d52267b7788057c7",
      "tree": "bbaa2816157a1396b260f89818e42b73e528825d",
      "parents": [
        "af8d4cc32e50cffe99b9007c75d7a53ce6064848"
      ],
      "author": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Tue Jul 18 18:12:37 2017 +0800"
      },
      "committer": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Thu Aug 03 16:13:32 2017 +0800"
      },
      "message": "Enable some off-by-default checks\n\nSome of the available checks are disabled by default, like:\n[H106] Don\u0027t put vim configuration in source files\n[H203] Use assertIs(Not)None to check for None\n[H904] Use \u0027,\u0027 instead of \u0027%\u0027, String interpolation should be\n       delayed to be handled by the logging code, rather than\n       being done at the point of the logging call.\n\nChange-Id: Ie985fcf78997a86d41e40eacbb4a5ace8592a348\n"
    },
    {
      "commit": "af8d4cc32e50cffe99b9007c75d7a53ce6064848",
      "tree": "3be07077d1c0fe46115bfd6a55ab22b712a834cf",
      "parents": [
        "1a554dd8b0fb49149acca618f1e208a481af1e68",
        "fcb98b2a34542788377512aadf898a53446637ed"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 03 00:43:55 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 03 00:43:55 2017 +0000"
      },
      "message": "Merge \"Fix cannot deny ipv6 access rules\""
    },
    {
      "commit": "fcb98b2a34542788377512aadf898a53446637ed",
      "tree": "163d90df363505ebab9f1382c4b2e09e48f1647b",
      "parents": [
        "09223b791a722fb595c3956c34afeeb0309c427e"
      ],
      "author": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Sat Jul 29 15:50:46 2017 +0800"
      },
      "committer": {
        "name": "Ben Swartzlander",
        "email": "ben@swartzlander.org",
        "time": "Wed Aug 02 18:16:33 2017 +0000"
      },
      "message": "Fix cannot deny ipv6 access rules\n\nWe cannot deny ipv6 access rules because we remove the ipv6\naccess rules from global delete rules, not just remove the\nipv6 access rules from driver update_access interface parameters.\nSo the ipv6 access rules cannot be deleted in db.\nNow, changed to only remove the ipv6 access rules\nfrom the driver update_access interface parameters(add_rules,\ndelete_rules, access_rules_to_be_on_share).\n\nCloses-bug: 1707066\n\nDepends-On: Ifea1799e1d2e3963fec7e90ce3f9cb47b9f02f4f\n\nChange-Id: Idd0014d898d5468922625e62f9e649926dc04e35\n"
    },
    {
      "commit": "1a554dd8b0fb49149acca618f1e208a481af1e68",
      "tree": "0c19de3b5c4900fbc0a1b1701cd5d2bdbaf6c8d0",
      "parents": [
        "09223b791a722fb595c3956c34afeeb0309c427e"
      ],
      "author": {
        "name": "shangxiaobj",
        "email": "shangxiaobj@inspur.com",
        "time": "Tue Aug 01 01:24:35 2017 -0700"
      },
      "committer": {
        "name": "shangxiaobj",
        "email": "shangxiaobj@inspur.com",
        "time": "Tue Aug 01 01:25:50 2017 -0700"
      },
      "message": "[Trivialfix]Fix typos\n\nFix the typos in manila.\n\nChange-Id: I4d446759eddf512c46247aca0bab08b4c8155d9a\n"
    }
  ],
  "next": "369391a8a4996a310a52f5d5939a27acc875d8c1"
}
