osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/43676?usp=email )
Change subject: tests/test_jobs_gerrit_verifications: rename ......................................................................
tests/test_jobs_gerrit_verifications: rename
Add a "jobs" prefix in preparation for adding tests to the OBS python code (which will have an "obs" prefix).
Change-Id: I6bcd54f7797ae8432dc81fc6c162605cd4b15d73 --- R tests/test_jobs_gerrit_verifications.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/tests/test_gerrit_verifications.py b/tests/test_jobs_gerrit_verifications.py similarity index 95% rename from tests/test_gerrit_verifications.py rename to tests/test_jobs_gerrit_verifications.py index 05b665c..1e3da86 100644 --- a/tests/test_gerrit_verifications.py +++ b/tests/test_jobs_gerrit_verifications.py @@ -2,7 +2,7 @@ from pathlib import Path
-def test_gerrit_verifications_binpkgs(): +def test_jobs_gerrit_verifications_binpkgs(): """Ensure we don't use more parameters for pipeline_binpkgs than the pipeline can handle.""" yml = Path(Path(__file__) / "../../jobs/gerrit-verifications.yml").resolve()