Skip to content

Update Python API to support REST API v2 #5012

Update Python API to support REST API v2

Update Python API to support REST API v2 #5012

Workflow file for this run

name: Python Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
python-lint-test:
name: Python lint
needs: build
uses: ./.github/workflows/python-lint-test.yml
python-ca-test:
name: CA Python API
needs: build
uses: ./.github/workflows/python-ca-test.yml
python-ca-rest-api-v1-test:
name: CA Python API with REST API v1
needs: build
uses: ./.github/workflows/python-ca-rest-api-v1-test.yml
python-kra-test:
name: KRA Python API
needs: build
uses: ./.github/workflows/python-kra-test.yml