We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sn.all()
1 parent 07e0061 commit 6f843c0Copy full SHA for 6f843c0
cscs-checks/system/jobreport/gpu_report.py
@@ -8,7 +8,7 @@
8
import time
9
10
from reframe.core.exceptions import SanityError
11
-from hpctestlib.microbenchmarks.gpu.gpu_burn import gpu_burn_check
+from hpctestlib.microbenchmarks.gpu.gpu_burn import gpu_burn_check
12
13
14
@rfm.simple_test
@@ -55,9 +55,7 @@ def assert_jobreport_success(self):
55
except SanityError:
56
time.sleep(25)
57
58
- return sn.all([
59
- self.assert_successful_burn_count(), self.gpu_usage_sanity()
60
- ])
+ return self.assert_successful_burn_count(), self.gpu_usage_sanity()
61
62
@deferrable
63
def gpu_usage_sanity(self):
0 commit comments