+ python3 /home/pub/bitten/tmp/sys_admin/python_tests/run_test.py -c /home/jenkins/clubb_bit_diff_test_workspace/bit_diff_clubb_config_example
Traceback (most recent call last):
File "/home/pub/bitten/tmp/sys_admin/python_tests/run_test.py", line 51, in <module>
main()
File "/home/pub/bitten/tmp/sys_admin/python_tests/run_test.py", line 38, in main
test = Test.create_test(args.configFile[0])
File "/home/pub/bitten/tmp/sys_admin/python_tests/tests/test.py", line 299, in create_test
return test(test_config_file)
File "/home/pub/bitten/tmp/sys_admin/python_tests/tests/test.py", line 87, in __init__
self.validate_config_options(test_config_options)
File "/home/pub/bitten/tmp/sys_admin/python_tests/tests/test.py", line 102, in validate_config_options
from termcolor import cprint
ModuleNotFoundError: No module named 'termcolor'