Merge "Remove redundant "dvr" in test name"

This commit is contained in:
Jenkins 2016-12-08 23:49:36 +00:00 committed by Gerrit Code Review
commit 001b5aabb2
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ class TestBasicRouterOperations(BasicRouterOperationsFramework):
def test_ext_gw_updated_dvr_edge_router_host_mismatch(self):
self._test_ext_gw_updated_dvr_edge_router(host_match=False)
def test_ext_gw_updated_dvr_dvr_edge_router_snat_rescheduled(self):
def test_ext_gw_updated_dvr_edge_router_snat_rescheduled(self):
self._test_ext_gw_updated_dvr_edge_router(host_match=True,
snat_hosted_before=False)