diff options
| author | Simon Glass <[email protected]> | 2026-04-13 06:59:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-22 16:52:14 -0600 |
| commit | 875ebafe448b4ad665f131fd19fea07970af0027 (patch) | |
| tree | 1458c1201f8993fb3c6ca1cc21ec5de34f7e2315 | |
| parent | 1cd07d900c59dc8df1a59cf5c2a2b3c87fb7fb8b (diff) | |
test: Rename test_fit() to test_fit_base()
The current name is uses as a root name by a few other tests, such as
test_fit_ecdsa() which makes it hard to run just this test.
Rename it to test_fit_base()
Signed-off-by: Simon Glass <[email protected]>
| -rwxr-xr-x | test/py/tests/test_fit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_fit.py b/test/py/tests/test_fit.py index 4a19bd5cb49..4c7d400bc6a 100755 --- a/test/py/tests/test_fit.py +++ b/test/py/tests/test_fit.py @@ -119,7 +119,7 @@ host save hostfs 0 %(loadables2_addr)x %(loadables2_out)s %(loadables2_size)x @pytest.mark.boardspec('sandbox') @pytest.mark.buildconfigspec('fit') @pytest.mark.requiredtool('dtc') -def test_fit(ubman): +def test_fit_base(ubman): def make_fname(leaf): """Make a temporary filename |
