Fix the misspelling of "default"

Change-Id: I3ed83f236b31dba3589306b24a80e044ad7c315f
This commit is contained in:
lijunjie 2019-01-10 17:14:00 +08:00
parent 70e731f8a1
commit 42bf362d27
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ DF_RUBY_SOURCE_REMOVE=${DF_RUBY_SOURCE_REMOVE:-""}
DF_SELECTIVE_TOPO_DIST=${DF_SELECTIVE_TOPO_DIST:-"False"}
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=${Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER:-"True"}
# OVS bridges related defualts
# OVS bridges related defaults
DF_REINSTALL_OVS=${DF_REINSTALL_OVS:-True} # Remove the OVS installed by Neutron
# and reinstall a newer version
INTEGRATION_BRIDGE=${INTEGRATION_BRIDGE:-br-int}

View File

@ -167,7 +167,7 @@ class TestDHCPApp(test_app_base.DFAppTestBase):
return dhcp_res
def test_dhcp_request_params_response_not_override_defualt(self):
def test_dhcp_request_params_response_not_override_default(self):
dhcp_opts = {
1: "error"