Routetest_normalize_suffixpytest.mark.parametrize("test_input,expected", [
("G", 'GB'),
("GB", 'GB'),
("TB", 'TB
src/python-common/ceph/tests/test_disk_selector.py:None
Routetest_not_implementedpytest.mark.parametrize(
"method,args",
[
("device_led_on", ("disk1",)),
src/ceph-node-proxy/tests/test_baseredfishsystem.py:None
Routetest_parse_placement_specspytest.mark.parametrize(
"test_input,expected",
[
('', "PlacementSpec()"),
("count:2",
src/python-common/ceph/tests/test_service_spec.py:None
Routetest_parse_podman_versionpytest.mark.parametrize("test_input, expected", [
("1.6.2", (1,6,2)),
("1.6.2-stable2", (1,6,2
src/cephadm/tests/test_cephadm.py:None
Routetest_parse_suffixpytest.mark.parametrize("test_input,expected", [
("10G", ('GB')),
("10g", ('GB')),
("2
src/python-common/ceph/tests/test_disk_selector.py:None