Comment 2 for bug 2024005

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to portieris-armada-app (master)

Reviewed: https://review.opendev.org/c/starlingx/portieris-armada-app/+/886202
Committed: https://opendev.org/starlingx/portieris-armada-app/commit/53dbb19a52fac191d7b52b6729e46ec1d75e01c1
Submitter: "Zuul (22348)"
Branch: master

commit 53dbb19a52fac191d7b52b6729e46ec1d75e01c1
Author: Al Bailey <email address hidden>
Date: Thu Jun 15 14:18:54 2023 +0000

    Include py39 tests as part of zuul for this repo

    The py39 job was mis-named and was using the wrong
    file filter pattern to trigger it from running.

    The test_helm base unit test class was removed from sysinv,
    as part of remove-armada-helmv2 work in March
    so adding stub unit tests so tox will not report an
    empty test run.

    pylint directives are now updated based on the debian
    upper constraints, and the unit tests are now validated
    by pylint.

    tox.ini is cleaned up since python3 is now the only
    supported version of python

    These changes have no runtime impact. This only
    affects tox and zuul.

    Test Plan:
      PASS: build-pkgs -c -p python3-k8sapp-portieris
      PASS: tox

    Closes-Bug: #2024005
    Related-Bug: #1942909
    Change-Id: Iece6e78a98b30111cadb62156e413dd19dd62a37
    Signed-off-by: Al Bailey <email address hidden>