Skip to content

Commit

Permalink
Merge pull request #833 from anonyome/gm/aath-vcx-064-update
Browse files Browse the repository at this point in the history
Update aries-vcx backchannel - aries_vcx: 0.64
  • Loading branch information
swcurran committed Jul 5, 2024
2 parents 3b2d416 + 6d89a78 commit 7d15138
Show file tree
Hide file tree
Showing 24 changed files with 45 additions and 6,463 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test-harness-acapy-ariesvcx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: test-harness-acapy-ariesvcx
# RUNSET_NAME: "acapy to aries-vcx"
# Scope: AIP 1.0
# Exceptions: Public Dids
# Exceptions: None
#
# Passing tests: @RFC0036,@RFC0037,@RFC0160,@revocation
# Summary
#
# This runset uses the current main branch of ACA-Py for all of the agents except Bob (holder),
# which uses the master branch of Aries VCX.
#
# Current
#
# RFC0023 is disabled due to inconsistent results. RFC0793 is also being investigated: https://github.com/hyperledger/aries-vcx/issues/1252
# *Status Note Updated: 2024.07.05*
#
# End
on:
Expand Down Expand Up @@ -34,7 +42,7 @@ jobs:
with:
BUILD_AGENTS: "-a aries-vcx -a acapy-main"
TEST_AGENTS: "-d acapy-main -b aries-vcx"
TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@revocation -t ~@T002-HIPE001 -t ~@T014-HIPE001 -t ~@T003-RFC0160 -t ~@T004-RFC0160 -t ~@RFC0025 -t ~@RFC0183 -t ~@RFC0211 -t ~@RFC0434 -t ~@RFC0453 -t ~@wip -t ~@DIDExchangeConnection -t ~@QualifiedDIDs"
TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws"
REPORT_PROJECT: acapy-b-aries-vcx
- uses: actions/upload-artifact@v4
with:
Expand Down
18 changes: 15 additions & 3 deletions .github/workflows/test-harness-ariesvcx-acapy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
name: test-harness-ariesvcx-acapy
# RUNSET_NAME: "aries-vcx to acapy"
# Scope: AIP 1.0
# Exceptions: Public Dids
# Exceptions: None
#
# Passing tests: @RFC0036,@RFC0037,@RFC0160,@revocation
# Summary
#
# This runset uses the current main branch of Aries VCX for all of the agents except Bob (holder),
# which uses the master branch of ACA-Py.
# @RFC0023 is excluded, as aries-vcx does not handle unqualified DIDs in invitations/responses
#
# Current
#
# Most tests are currently struggling, due to aries-vcx reporting the wrong connection state to the
# backchannel. Being resolved here: https://github.com/hyperledger/aries-vcx/issues/1253
# @RFC0793 has relatively low success due to aries-vcx not supporting full range of DID methods in
# these tests.
# *Status Note Updated: 2024.07.05*
#
# End
on:
Expand Down Expand Up @@ -34,7 +46,7 @@ jobs:
with:
BUILD_AGENTS: "-a aries-vcx -a acapy-main"
TEST_AGENTS: "-d aries-vcx -b acapy-main"
TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@revocation -t ~@RFC0025 -t ~@RFC0183 -t ~@RFC0211 -t ~@RFC0434 -t ~@RFC0453 -t ~@wip -t ~@DIDExchangeConnection -t ~@QualifiedDIDs"
TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws"
REPORT_PROJECT: aries-vcx-b-acapy
- uses: actions/upload-artifact@v4
with:
Expand Down
14 changes: 11 additions & 3 deletions .github/workflows/test-harness-ariesvcx-ariesvcx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: test-harness-ariesvcx-ariesvcx
# RUNSET_NAME: "aries-vcx to aries-vcx"
# Scope: AIP 1.0
# Exceptions: Public Dids
# Exceptions: None
#
# Passing tests: @RFC0036,@RFC0037,@RFC0160,@revocation
# Summary
#
# This runset uses the current main branch of Aries VCX for all of the agents.
#
# Current
#
# @RFC0793 has some failures due to aries-vcx not supporting full range of DID methods in
# these tests.
# *Status Note Updated: 2024.07.05*
#
# End
on:
Expand Down Expand Up @@ -34,7 +42,7 @@ jobs:
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"
TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@RFC0023,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws"
REPORT_PROJECT: aries-vcx
- uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ env/
.project
.settings
target/

# AATH test results
aries-test-harness/json.pretty.output
6 changes: 0 additions & 6 deletions aries-backchannels/aries-vcx/.dockerignore

This file was deleted.

5 changes: 0 additions & 5 deletions aries-backchannels/aries-vcx/.gitignore

This file was deleted.

Loading

0 comments on commit 7d15138

Please sign in to comment.