Refactor: python: Disable the similar code warning from pylintrc.
Yes, we know there's a lot of duplicate code in some of our regression
test tools. In the interest of running pylint and pyflake as part of
the CI process without failing every build, I'm disabling this warning
for now.