From d987944165c7350032bc9615560e275b8c6445fc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 24 Apr 2024 00:30:06 +0900 Subject: [PATCH] Revert "Skip aodhclient plugin test" This reverts commit 575827c9aca653bef12f530c5823a724aebd6b4d. Reason for revert: The issue with pyparsing bump was already resolved. Change-Id: Ia01ad211eab1b8ae558a85b9e51df46164d7a1d1 (cherry picked from commit eea7ea099d4cf27a1703e42b065eed25864c70a8) (cherry picked from commit 6cde44db2c19f2afdcbe21c02e02378dfdf44405) (cherry picked from commit 933f921893698a63ee6d35b17c3bd99d72cc971c) --- heat/tests/clients/test_aodh_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/heat/tests/clients/test_aodh_client.py b/heat/tests/clients/test_aodh_client.py index 6cc6d45e90..42c0614d9e 100644 --- a/heat/tests/clients/test_aodh_client.py +++ b/heat/tests/clients/test_aodh_client.py @@ -10,7 +10,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -from testtools import testcase from heat.tests import common from heat.tests import utils @@ -18,7 +17,6 @@ from heat.tests import utils class AodhClientPluginTest(common.HeatTestCase): - @testcase.skip('skipped till python-aodhclient fixed for pyparsing 3.0.6') def test_create(self): context = utils.dummy_context() plugin = context.clients.client_plugin('aodh')