Revert "Skip aodhclient plugin test"
This reverts commit575827c9ac
. Reason for revert: The issue with pyparsing bump was already resolved. Change-Id: Ia01ad211eab1b8ae558a85b9e51df46164d7a1d1 (cherry picked from commiteea7ea099d
) (cherry picked from commit6cde44db2c
) (cherry picked from commit933f921893
)
This commit is contained in:
parent
91709d2202
commit
d987944165
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user