Skip to content

Commit

Permalink
Add tests for SSNv2
Browse files Browse the repository at this point in the history
New tests have been added to verify a single CA and CA clones
with SSNv2. New test scripts for SSNv2 have also been added to
make it easier to change the location of the range objects and
nextRange attributes later.

The test for CA with Nuxwdog has been relocated due to GitHub
workflow limit.
  • Loading branch information
edewata committed Oct 28, 2024
1 parent 6ae10a5 commit 6026ef0
Show file tree
Hide file tree
Showing 9 changed files with 2,721 additions and 5 deletions.
1,286 changes: 1,286 additions & 0 deletions .github/workflows/ca-clone-ssnv2-test.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/ca-clone-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
name: CA clone with SSNv1
needs: build
uses: ./.github/workflows/ca-clone-ssnv1-test.yml

ca-clone-ssnv2-test:
name: CA clone with SSNv2
needs: build
uses: ./.github/workflows/ca-clone-ssnv2-test.yml
Loading

0 comments on commit 6026ef0

Please sign in to comment.