Merge "Add CLI tests for Neutron's metering agent"

This commit is contained in:
Jenkins
2013-10-10 19:18:56 +00:00
committed by Gerrit Code Review
@@ -67,6 +67,12 @@ class SimpleReadOnlyNeutronClientTest(tempest.cli.ClientTestBase):
def test_neutron_floatingip_list(self):
self.neutron('floatingip-list')
def test_neutron_meter_label_list(self):
self.neutron('meter-label-list')
def test_neutron_meter_label_rule_list(self):
self.neutron('meter-label-rule-list')
def test_neutron_net_external_list(self):
self.neutron('net-external-list')