)]}'
{
  "log": [
    {
      "commit": "29d8e61ca27859b70a4350e87022442a78f8fa8c",
      "tree": "d9bffbfe546f5223f0cfaba580560a001595a9b3",
      "parents": [
        "cac3eefc44afca458692e9dadb539c0cb17dc9e4"
      ],
      "author": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Wed Jun 23 16:16:12 2021 +0000"
      },
      "committer": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Wed Jun 30 23:15:30 2021 +0000"
      },
      "message": "Update service client access in tempest tests\n\nAll the load balancer service clients are registered via the plugin interface[1],\nthat way Tempest register and create the lazy initialization of registered clients\nso that they can be access from there in consistent way.\n\nBut octavia-tempest-client create a separate instance of those and access instead of\naccessing the registered service client in Tempest. This commit makes all the service clients\naccess from Tempest registry and remove the separate objects.\n\n[1] https://github.com/openstack/octavia-tempest-plugin/blob/cac3eefc44afca458692e9dadb539c0cb17dc9e4/octavia_tempest_plugin/plugin.py#L54\n\nChange-Id: Ie24909b49baf2c6a886e2ff711e641e36ffe6b50\n"
    },
    {
      "commit": "6006de75a749556a071d23e12ca3a1e7e0ec58c0",
      "tree": "0f65b194bd92d997ecb2d5968046b7bd1c43a673",
      "parents": [
        "41b3aac6b0386dae202abe8cc03455ea710e468e"
      ],
      "author": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Sun Feb 21 01:42:39 2021 +0000"
      },
      "committer": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Thu Apr 08 22:07:40 2021 +0000"
      },
      "message": "Update tests for scoped tokens and default roles\n\nThis patch refactors the RBAC enforcement checks in the API tests.\nIt also updates those test for keystone scoped tokens and default roles.\n\nChange-Id: I6fad03f5a89c213562918ca258884aac34ba7ce7\n"
    },
    {
      "commit": "f88cffc9b41e879e1656bcd0bae439b41d885138",
      "tree": "b68a88f2f813891869e8a4ef10c691bbd0d732ce",
      "parents": [
        "df240799c39bd054a26ddc637dcfe8bd6d09d085"
      ],
      "author": {
        "name": "Reedip",
        "email": "rbanerje@redhat.com",
        "time": "Mon Sep 03 13:20:08 2018 +0000"
      },
      "committer": {
        "name": "Reedip",
        "email": "rbanerje@redhat.com",
        "time": "Tue Oct 16 15:35:03 2018 +0000"
      },
      "message": "Add configuration support for skipping tests\n\nThis patch add configuration support in Octavia Tempest Plugin,\nin case a provider driver does not support Health Monitors.\n\nChange-Id: I25eb52e9f64a08560c9ea2f664edd9826be6e379\n"
    },
    {
      "commit": "986e3f543c6b3c588b88b1748641680759ed2856",
      "tree": "97bdf98b78d98f11f678ac7ada5121ed147038f5",
      "parents": [
        "0c90ef6972d529084b5573278cf17e93ffb3d8d2"
      ],
      "author": {
        "name": "Jude Cross",
        "email": "jcross@godaddy.com",
        "time": "Mon Jul 24 14:57:20 2017 -0700"
      },
      "committer": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Tue Apr 10 12:20:01 2018 -0700"
      },
      "message": "Create scenario tests for load balancers\n\nThis patch implements the tempest plugin for\nfor testing load balancer creation in Octavia.\n\nCo-Authored-By: Jude Cross \u003cjcross@godaddy.com\u003e\nCo-Authored-By: Lingxian Kong \u003canlin.kong@gmail.com\u003e\n\nDepends-On: https://review.openstack.org/557856\nChange-Id: I57064f8e0834efba8859a780394a1c69851cc917\n"
    },
    {
      "commit": "0c90ef6972d529084b5573278cf17e93ffb3d8d2",
      "tree": "b80e270d4d107cdbdf60e6a42e1c02a1ea9ef562",
      "parents": [
        "fac9602c4c5286539dcc8dcaf57efc148f9a1a20"
      ],
      "author": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Fri Feb 09 13:27:06 2018 -0800"
      },
      "committer": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Thu Mar 29 14:52:06 2018 -0700"
      },
      "message": "Revert \"Create scenario tests for loadbalancers\"\n\nThis reverts commit 638c4ef2a1c0a457bf70e5020fc92ca5cfc5da8f.\n\nChange-Id: Id4e6723d68e35ccdfb34d50485590035808aea2e\n"
    },
    {
      "commit": "638c4ef2a1c0a457bf70e5020fc92ca5cfc5da8f",
      "tree": "2f16d04e145e8787c7171ccd79e3360b1169f2d7",
      "parents": [
        "1f41eac955284a4f1a07a5ed1ab96a6969b6ae0e"
      ],
      "author": {
        "name": "Jude Cross",
        "email": "jcross@godaddy.com",
        "time": "Mon Jul 24 14:57:20 2017 -0700"
      },
      "committer": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Thu Nov 16 14:14:59 2017 -0800"
      },
      "message": "Create scenario tests for loadbalancers\n\nThis patch implements the tempest plugin for basic load balancer\noperations in Octavia. It contains tests for loadbalancer API and\na minimal operation test for loadbalancing functionality.\n\nSteps for testing in devstack environment:\n\n- Clone octavia-tempest-plugin repo, check out this patch, install\n  octavia-tempest-plugin project.\n- Create a tempest work directory by running \u0027tempest init \u003cworkdir\u003e\u0027.\n  In the etc/tempest.conf, add \u0027loadbalancer \u003d true\u0027 in\n  \u0027service_available\u0027 section.\n- Set a big value to \u0027OS_TEST_TIMEOUT\u0027 in .testr.conf\n- Add or modify other related config options (image, network, flavor,\n  validation, etc).\n- Run \u0027tempest run --regex ^octavia_tempest_plugin\u0027\n\nCo-Authored-By: Lingxian Kong \u003canlin.kong@gmail.com\u003e\nCo-Authored-By: Adam Harwell \u003cflux.adam@gmail.com\u003e\nChange-Id: Ibc2904f431b15dfca2ff8e38e0d4d06c1430abea\n"
    }
  ]
}
