Remove redundant "dvr" in test name

TrivialFix

Change-Id: I4636f33dc0e1a33b33cca46498608be2961e8e55
This commit is contained in:
Quan Tian 2016-12-08 23:31:58 +08:00
parent 1031e137d4
commit 80557468f5
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)