Test Report : results

Test Suite: InstallTests.computes_installed-20240229232052

Results

Duration0.01 sec
Tests5
Failures4

Tests

InstallTests.computes_installed

Test case:test_01_numcomputes_greater_than_zero
Outcome:Passed
Duration:0.0 sec
FailedNone
None
Test case:test_02_koomie_cf_available
Outcome:Failed
Duration:0.0 sec
Failedunexpectedly 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
Failed0 != 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
Failed0 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

Test Suite: InstallTests.sms_installed-20240229231830

Results

Duration0.0 sec
Tests2
Failures0

Tests

InstallTests.sms_installed

Test case:test_01_verify_hostname_matches_expectation
Outcome:Passed
Duration:0.0 sec
FailedNone
None
Test case:test_02_base_os_check
Outcome:Passed
Duration:0.0 sec
FailedNone
None