Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pra-moh committed Apr 1, 2021
1 parent 2dadcec commit e34dccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sonic-host-services/tests/procdockerstatsd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ def test_convert_to_bytes(self):
('500MiB', 524288000),
('66.41MiB', 69635932),
('333.6MiB', 349804954),
('7.75GB', 775000000000),
('7.75GB', 7750000000),
('800GB', 800000000000),
('1GiB', 1073741824),
('500GiB', 536870912000),
('7.751GiB', 8322572878),
('8.1TiB', 8906000000000000),
('12TB', 12000000000000),
('2.25TB', 225000000000000)
('2.25TB', 2250000000000)
]

pdstatsd = procdockerstatsd.ProcDockerStats(procdockerstatsd.SYSLOG_IDENTIFIER)
Expand Down

0 comments on commit e34dccb

Please sign in to comment.