Test case: | test_02_koomie_cf_available |
Outcome: | Failed |
Duration: | 0.0 sec |
Failed | unexpectedly None |
Traceback (most recent call last):
File "/root/computes_installed.py", line 44, in test_02_koomie_cf_available
self.assertIsNotNone(shutil.which('koomie_cf'))
AssertionError: unexpectedly None
Test case: | test_03_nonzero_results_from_uptime |
Outcome: | Failed |
Duration: | 0.009 sec |
Failed | [Errno 2] No such file or directory: 'koomie_cf' |
Traceback (most recent call last):
File "/root/computes_installed.py", line 49, in test_03_nonzero_results_from_uptime
subprocess.call(
File "/usr/lib64/python3.9/subprocess.py", line 349, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib64/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.9/subprocess.py", line 1837, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'koomie_cf'
Test case: | test_04_correct_number_of_hosts_booted |
Outcome: | Failed |
Duration: | 0.0 sec |
Failed | 0 != 2 |
Traceback (most recent call last):
File "/root/computes_installed.py", line 59, in test_04_correct_number_of_hosts_booted
self.assertEqual(num_lines, self.num_computes)
AssertionError: 0 != 2
Test case: | test_05_verify_boot_times_are_reasonable |
Outcome: | Failed |
Duration: | 0.0 sec |
Failed | 0 not greater than 0 |
Traceback (most recent call last):
File "/root/computes_installed.py", line 70, in test_05_verify_boot_times_are_reasonable
self.assertGreater(len(entries), 0)
AssertionError: 0 not greater than 0