lgirdk / boardfarm

Automated testing with python
BSD 3-Clause Clear License
21 stars 33 forks source link

tests: lib: common: modified snmp_mib_get for additional space #311

Closed premandfriends closed 5 years ago

premandfriends commented 5 years ago

Signed-off-by: prekumar.contractor prekumar.contractor@libertyglobal.com


This change is Reviewable

premandfriends commented 5 years ago

Performing addition checks. May require changes. Please hold with review

premandfriends commented 5 years ago

Can be reviewed. Tested with output with and without spaces

Without space: snmp_mib_get(wan, board, self.cm_wan_ip,"cmConfigOperatorId","0") With Sapce: snmp_mib_get(wan, board, self.cm_wan_ip, "gwLanDhcpv4AddressPoolStart", "0") - removes tailing space with latest code

mattsm commented 5 years ago

Please don't edit in github, it makes a separate Update commit. Please squash the together.