Skip to content

test-harness-ariesvcx-ariesvcx #715

test-harness-ariesvcx-ariesvcx

test-harness-ariesvcx-ariesvcx #715

name: test-harness-ariesvcx-ariesvcx
# RUNSET_NAME: "aries-vcx to aries-vcx"
# Scope: AIP 1.0
# Exceptions: Public Dids
#
# Passing tests: @RFC0036,@RFC0037,@RFC0160,@revocation
#
# End
on:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout-test-harness
uses: actions/checkout@v4
with:
path: test-harness
- name: Docker Login
uses: azure/docker-login@v2
with:
login-server: docker.pkg.github.com
username: $GITHUB_ACTOR
password: ${{ secrets.GITHUB_TOKEN }}
- name: run-von-network
uses: ./test-harness/actions/run-von-network
- name: run-indy-tails-server
uses: ./test-harness/actions/run-indy-tails-server
- name: run-test-harness-wo-reports
uses: ./test-harness/actions/run-test-harness-wo-reports
with:
BUILD_AGENTS: "-a aries-vcx"
TEST_AGENTS: "-d aries-vcx"
TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@revocation -t ~@T002-HIPE0011 -t ~@T014-HIPE001 -t ~@wip -t ~@RFC0183 -t ~@DIDExchangeConnection -t ~@RFC0211 -t ~@RFC0453 -t ~@RFC0025 -t ~@RFC0434 -t ~@QualifiedDIDs"
REPORT_PROJECT: aries-vcx
- uses: actions/upload-artifact@v4
with:
name: agent-logs
path: ./test-harness/.logs/
- name: run-send-gen-test-results-secure
if: ${{ always() }}
uses: ./test-harness/actions/run-send-gen-test-results-secure
with:
REPORT_PROJECT: aries-vcx
ADMIN_USER: ${{ secrets.AllureAdminUser }}
ADMIN_PW: ${{ secrets.AllureAdminPW }}