Skip to content

Commit b96da0f

Browse files
committed
removing quotes
1 parent 8db673f commit b96da0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/snappi/snappi_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def __intf_config_multidut(config, port_config_list, duthost, snappi_ports):
726726
port['peer_port'],
727727
dutIp,
728728
prefix_length))
729-
if port['asic_value'] == 'None':
729+
if port['asic_value'] == None:
730730
duthost.command('sudo config interface ip add {} {}/{} \n' .format(
731731
port['peer_port'],
732732
dutIp,

0 commit comments

Comments
 (0)