Remove dead code
This commit is contained in:
parent
e0a1913a64
commit
f0e0ea2d73
|
@ -3,17 +3,6 @@ import pytest
|
|||
from dashboard import TimeSeries
|
||||
|
||||
def test_timeseries_1():
|
||||
data = {"description": {"fstype": "tmpfs", "hostname": "ehoiai.int.wsr.at", "measure": "time_until_disk_full", "mountpoint": "/run/user/1054", "node": "rorschach.hjp.at", "remote_addr": "", "unit": "s"},
|
||||
"data": [
|
||||
[1674806402.1014915, 1000000000.0],
|
||||
[1674814201.3452954, 1000000000.0],
|
||||
[1675164602.4004557, 1000000000.0],
|
||||
[1675165201.6291275, 1000000000.0],
|
||||
[1675165802.2402072, 1000000000.0],
|
||||
[1675166401.542857, 1000000000.0],
|
||||
[1675167002.2809808, 1000000000.0],
|
||||
[1675167601.2632012, 1000000000.0],
|
||||
[1675168201.8321788, 1000000000.0]]}
|
||||
config = {
|
||||
"type": "timeseries",
|
||||
"multi": True,
|
||||
|
|
Loading…
Reference in New Issue