Merge "Neutron-LBaaS: Updated Incorrect Comments"

This commit is contained in:
Jenkins 2016-04-18 16:35:49 +00:00 committed by Gerrit Code Review
commit 98403aba44
1 changed files with 5 additions and 5 deletions

View File

@ -24,11 +24,11 @@ class TestHealthMonitors(base.BaseTestCase):
"""
Tests the following operations in the Neutron-LBaaS API using the
REST client for Health Monitors:
list pools
create pool
get pool
update pool
delete pool
list health monitors
create health monitor
get health monitor
update health monitor
delete health monitor
"""
@classmethod