Skip to content

test-harness-credo-credo #16

test-harness-credo-credo

test-harness-credo-credo #16

name: test-harness-credo-credo
# RUNSET_NAME: "Credo to Credo"
# Scope: AIP 1.0
# Exceptions: Revocation
#
# Summary
#
# This runset uses the current main branch of Aries Framework - Credo-ts for all of the agents. The runset runs all of the tests in the suite
# that are expected to pass given the current state of the framework's support for AIP 1. Tests related to revocation (Indy HIPE 0011) are not included.
#
# Current
#
# All of the tests being executed in this runset are passing.
#
# *Status Note Updated: 2024.07.29*
#
# End
on:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
env:
LEDGER_URL_CONFIG: "http://localhost:9000"
TAILS_SERVER_URL_CONFIG: "http://localhost:6543"
steps:
- name: checkout-test-harness
uses: actions/checkout@v4
with:
path: test-harness
- 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 credo"
TEST_AGENTS: "-d credo"
TEST_SCOPE: "-t @AcceptanceTest -t ~@wip -t @AIP10,@RFC0211 -t ~@DIDExchangeConnection -t ~@QualifiedDIDs"
REPORT_PROJECT: credo
- name: run-send-gen-test-results-secure
if: ${{ always() }}
uses: ./test-harness/actions/run-send-gen-test-results-secure
with:
REPORT_PROJECT: credo
ADMIN_USER: ${{ secrets.AllureAdminUser }}
ADMIN_PW: ${{ secrets.AllureAdminPW }}