summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2021-11-26 07:55:45 +0530
committerrabi <ramishra@redhat.com>2021-11-26 09:23:50 +0530
commit575827c9aca653bef12f530c5823a724aebd6b4d (patch)
treeaded530fdf7498d99bc7a06907861feb5a9d2ceb
parent213e6b1304b83a85e1a64eacb8255459088dc413 (diff)
downloadheat-575827c9aca653bef12f530c5823a724aebd6b4d.tar.gz
Skip aodhclient plugin test
This is broken after pyparsing was bumped to 3.0.6. With python-aodhclient (kind of unmaintained it seems) CI broken, we should skip the test temporarily until [1] is merged and we've a client released with the change. [1] https://review.opendev.org/c/openstack/python-aodhclient/+/819393 Change-Id: Ib4a244087038f698eabbf2180eff3efce3a3c767
-rw-r--r--heat/tests/clients/test_aodh_client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/tests/clients/test_aodh_client.py b/heat/tests/clients/test_aodh_client.py
index 42c0614d9..6cc6d45e9 100644
--- a/heat/tests/clients/test_aodh_client.py
+++ b/heat/tests/clients/test_aodh_client.py
@@ -10,6 +10,7 @@
# 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
@@ -17,6 +18,7 @@ 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')