MCPcopy Create free account
hub / github.com/ceph/ceph / test_normalize_suffix

Route test_normalize_suffix

src/python-common/ceph/tests/test_disk_selector.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize("test_input,expected", [
        ("G", 'GB'),
        ("GB", 'GB'),
        ("TB", 'TB'),
        ("T", 'TB'),
        ("MB", 'MB'),
        ("M", 'MB'),
    ])

Source from the content-addressed store, hash-verified

1# flake8: noqa
2import pytest
3
4from ceph.deployment.drive_selection.matchers import _MatchInvalid

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected