t/random_seed: fixes from pylint
authorVincent Fu <vincent.fu@samsung.com>
Wed, 7 Jun 2023 00:00:23 +0000 (20:00 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:39:07 +0000 (14:39 -0400)
commitcab6c7d1745e4f437f833ed5fc4030f007a64afe
treec7ea1799dca80239f47bdf52d91f9546ff3cf028
parent1017a7d3548aa1b277fee1cf2cb481707536714e
t/random_seed: fixes from pylint

- Use % formatting for logging.debug
- Eliminate f-string without interpolated values
- Iterate with items() instead of just over keys
- Remove unused subprocess import

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/random_seed.py