From: Fiete Ostkamp Date: Mon, 9 Feb 2026 10:15:51 +0000 (+0100) Subject: Enable tests in pythonsdk pipeline X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bde1152cf9d8e22b94988a6a980ab2b4a68abc1a;p=ci-management.git Enable tests in pythonsdk pipeline - declare gerrit-tox-verify step to run tests in the pipeline Issue-ID: INT-2350 Change-Id: I7da0b87f3d148fb7eb5e3c1d7b76ea3a397ffe9d Signed-off-by: Fiete Ostkamp --- diff --git a/jjb/integration/integration-python-onapsdk.yaml b/jjb/integration/integration-python-onapsdk.yaml index 4f89fb922..b47437535 100644 --- a/jjb/integration/integration-python-onapsdk.yaml +++ b/jjb/integration/integration-python-onapsdk.yaml @@ -5,8 +5,11 @@ project-name: integration-python-onapsdk python-version: python3 build-node: ubuntu1804-docker-8c-8g + tox-dir: "." + tox-envs: "py38,py39" jobs: - integration-linters + - gerrit-tox-verify stream: - "master": branch: "master"