python3-google-auth: Skip mTLS tests from ptests

They need a cert infrastructure to execute.
Mutual TLS authentication requires client/server certificates
and a proper PKI setup that doesn't exist in the minimal qemu ptest
environment. These are integration tests that need real
certificate infrastructure.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-11-20 17:55:15 -08:00
parent 13b7798656
commit 5bcd67a255
2 changed files with 97 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ inherit pypi setuptools3 ptest
SRC_URI += " \
file://0001-make-the-TLS-tests-skip-when-pyopenssl-isn-t-availab.patch \
file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \
file://run-ptest \
"
SRC_URI[sha256sum] = "88228eee5fc21b62a1b5fe773ca15e67778cb07dc8363adcb4a8827b52d81483"