commit | e2168244d8bded4a69a9b37fdd16d4d5e260af0b | [log] [tgz] |
---|---|---|
author | A R Karthick <kramanar@ciena.com> | Thu Oct 05 16:50:07 2017 -0700 |
committer | A R Karthick <kramanar@ciena.com> | Thu Oct 05 16:50:07 2017 -0700 |
tree | 0f8d3a7deb7e895561b08187535b2d905db2dc92 | |
parent | ce96dde760209017c2c6b7ead96d972eeb24cb8f [diff] |
Fix typo Change-Id: Ie81f4b382b64fdd99dbdff77212a5b9d5c07068a
diff --git a/src/test/dhcpl2relay/dhcpl2relayTest.py b/src/test/dhcpl2relay/dhcpl2relayTest.py index 102ebf7..8ca9357 100644 --- a/src/test/dhcpl2relay/dhcpl2relayTest.py +++ b/src/test/dhcpl2relay/dhcpl2relayTest.py
@@ -58,7 +58,7 @@ VOLTHA_OLT_TYPE = 'simulated_olt' VOLTHA_OLT_MAC = '00:0c:e2:31:12:00' VOLTHA_UPLINK_VLAN_MAP = { 'of:0000000000000001' : '222' } - TAGGED_TRAFFIC = false + TAGGED_TRAFFIC = False app = 'org.opencord.dhcpl2relay' sadis_app = 'org.opencord.sadis' app_dhcp = 'org.onosproject.dhcp'