Test case: | test_04_correct_number_of_hosts_booted |
Outcome: | Failed |
Duration: | 0.001 sec |
Failed | 4 != 2 |
Traceback (most recent call last):
File "computes_installed.py", line 59, in test_04_correct_number_of_hosts_booted
self.assertEqual(num_lines, self.num_computes)
AssertionError: 4 != 2
Test case: | test_05_verify_boot_times_are_reasonable |
Outcome: | Failed |
Duration: | 0.0 sec |
Failed | could not convert string to float: 'Received' |
Traceback (most recent call last):
File "computes_installed.py", line 74, in test_05_verify_boot_times_are_reasonable
if float(vals[1]) >= uptimeThreshold:
ValueError: could not convert string to float: 'Received'