Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aries-vcx backchannel - aries_vcx: 0.64 #833

Merged
merged 8 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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