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
This commit is contained in:
rabi 2021-11-26 07:55:45 +05:30
parent 213e6b1304
commit 575827c9ac
1 changed files with 2 additions and 0 deletions

View File

@ -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')