Files
ironic-python-agent/ironic_python_agent/tests/unit/test_backoff.py
Joshua Harlow 6e2b0f7799 Use system random where applicable
One of the bandit checks is to attempt to use the system random
library (which is better at producing randomness) vs using the
default random class, this change uses the system random where
applicable.

See: https://wiki.openstack.org/wiki/Security/Projects/Bandit

Change-Id: I15ae3c99267b2dd9dc9ceccd427f6c0aef6ae8da
2015-09-14 17:05:41 -07:00

3.9 KiB