Description
I see many tests which blindly have distribSetUp and distribTearDown methods setting a variety of options and system properties that aren't required anymore.
This is because some base test classes have been refactored such that these options are redundant. In other cases, people have copied the structure of tests blindly instead of understanding what each parameter does.
Let's try to remove the unnecessary config params from such tests.