Merge "Fix incorrect test case name in test_net.py"

This commit is contained in:
Jenkins 2015-01-15 08:54:51 +00:00 committed by Gerrit Code Review
commit fb53883fcb

View File

@ -308,7 +308,7 @@ class TestNetRatesPollster(base.TestPollsterBase):
],
)
def test_outgoing_bytes(self):
def test_outgoing_bytes_rate(self):
instance_name_id = "%s-%s" % (self.instance.name, self.instance.id)
self._check_get_samples(
net.OutgoingBytesRatePollster,