mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Fix test
This commit is contained in:
parent
e799cf11a3
commit
dcd0b7a84e
@ -39,7 +39,8 @@ class TestGpuStats(unittest.TestCase):
|
|||||||
process.stdout = self.intel_results
|
process.stdout = self.intel_results
|
||||||
sp.return_value = process
|
sp.return_value = process
|
||||||
intel_stats = get_intel_gpu_stats()
|
intel_stats = get_intel_gpu_stats()
|
||||||
|
print(f"the intel stats are {intel_stats}")
|
||||||
assert intel_stats == {
|
assert intel_stats == {
|
||||||
"gpu": "1.34%",
|
"gpu": "1.13%",
|
||||||
"mem": "-%",
|
"mem": "-%",
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user