From 6ae10a5226f05643592abf13149036167794989e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 23 Oct 2024 09:55:40 -0500 Subject: [PATCH] Rename SSNv1 tests --- ...ntial-test.yml => ca-clone-ssnv1-test.yml} | 71 +++++++------- .github/workflows/ca-clone-tests.yml | 6 +- ...-sequential-test.yml => ca-ssnv1-test.yml} | 96 +++++++++---------- .github/workflows/ca-tests.yml | 6 +- ...t-range.sh => ca-cert-next-range-ssnv1.sh} | 0 ...ects.sh => ca-cert-range-objects-ssnv1.sh} | 0 ...ange.sh => ca-request-next-range-ssnv1.sh} | 0 ...s.sh => ca-request-range-objects-ssnv1.sh} | 0 8 files changed, 89 insertions(+), 90 deletions(-) rename .github/workflows/{ca-clone-sequential-test.yml => ca-clone-ssnv1-test.yml} (94%) rename .github/workflows/{ca-sequential-test.yml => ca-ssnv1-test.yml} (93%) rename tests/ca/bin/{ca-cert-next-range.sh => ca-cert-next-range-ssnv1.sh} (100%) rename tests/ca/bin/{ca-cert-range-objects.sh => ca-cert-range-objects-ssnv1.sh} (100%) rename tests/ca/bin/{ca-request-next-range.sh => ca-request-next-range-ssnv1.sh} (100%) rename tests/ca/bin/{ca-request-range-objects.sh => ca-request-range-objects-ssnv1.sh} (100%) diff --git a/.github/workflows/ca-clone-sequential-test.yml b/.github/workflows/ca-clone-ssnv1-test.yml similarity index 94% rename from .github/workflows/ca-clone-sequential-test.yml rename to .github/workflows/ca-clone-ssnv1-test.yml index 8dd808bf868..7556dcd7183 100644 --- a/.github/workflows/ca-clone-sequential-test.yml +++ b/.github/workflows/ca-clone-ssnv1-test.yml @@ -1,8 +1,7 @@ -name: CA clone with Sequential Serial Numbers +name: CA clone with SSNv1 # -# This test creates a CA subsystem and its clone with sequential -# serial numbers for certs and requests, performs enrollments, -# and verifies that the number ranges are maintained properly in +# This test creates a CA subsystem and its clone with SSNv1 for certs and requests, +# performs enrollments, and verifies that the ranges are maintained properly in # CS.cfg and DS. on: workflow_call @@ -166,7 +165,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output # since the remaining numbers in the current range are below # the minimum, a new request range was allocated @@ -182,7 +181,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output # since the remaining numbers in the current range are not # less than the minimum, no new cert range was allocated @@ -190,7 +189,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output # since there's an allocated request range, the nextRange # should be endRange + 1 which is 21 decimal @@ -202,7 +201,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output # since there's no allocated cert range, the nextRange should be # dbs.endSerialNumber + 1 which is 13 hex (19 decimal), but due @@ -375,7 +374,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh secondaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh secondaryds | tee output # request range should be the same # NOTE: there's no indication that half of the range has @@ -392,14 +391,14 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh secondaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh secondaryds | tee output # cert range should be the same diff /dev/null output - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh secondaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh secondaryds | tee output # request nextRange should be the same cat > expected << EOF @@ -410,7 +409,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh secondaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh secondaryds | tee output # cert nextRange should be the same cat > expected << EOF @@ -551,7 +550,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output # request range should be the same cat > expected << EOF @@ -566,14 +565,14 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output # cert range should be the same diff /dev/null output - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output # request nextRange should be the same cat > expected << EOF @@ -584,7 +583,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output # cert nextRange should be the same cat > expected << EOF @@ -741,7 +740,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output # since the remaining numbers are below the minimum in the # secondary CA, a new cert request should be allocated for it @@ -762,7 +761,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output # since the remaining numbers are below the minimum in both primary # and secondary CA, new cert ranges should be allocated for them @@ -783,7 +782,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output # request nextRange should be 31 decimal cat > expected << EOF @@ -794,7 +793,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output # cert nextRange should be 49 decimal cat > expected << EOF @@ -932,7 +931,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output # request ranges should remain the same cat > expected << EOF @@ -952,7 +951,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output # cert ranges should remain the same cat > expected << EOF @@ -972,7 +971,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output # request nextRange should remain the same cat > expected << EOF @@ -983,7 +982,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output # cert nextRange should remain the same cat > expected << EOF @@ -1009,7 +1008,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output # request ranges should remain the same cat > expected << EOF @@ -1029,7 +1028,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output # request nextRange should remain the same cat > expected << EOF @@ -1040,7 +1039,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output # cert ranges should remain the same but converted from hex to decimal # the range value for the primary move from 13-30 (hex) to 19-48 (dec) @@ -1061,7 +1060,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output # cert nextRange should remain the same cat > expected << EOF @@ -1158,7 +1157,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output cat > expected << EOF SecurePort: 8443 @@ -1187,7 +1186,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output # cert ranges should remain the same but in dec. # the range value for the primary move from 13-30 (hex) to 19-48 (dec) @@ -1209,7 +1208,7 @@ jobs: - name: Check request repository run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output cat > expected << EOF nextRange: 51 @@ -1219,7 +1218,7 @@ jobs: - name: Check cert repository run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output cat > expected << EOF nextRange: 73 @@ -1398,7 +1397,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh primaryds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh primaryds | tee output cat > expected << EOF SecurePort: 8443 @@ -1452,7 +1451,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh primaryds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh primaryds | tee output cat > expected << EOF SecurePort: 8443 @@ -1486,7 +1485,7 @@ jobs: - name: Check request repository run: | - tests/ca/bin/ca-request-next-range.sh primaryds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh primaryds | tee output cat > expected << EOF nextRange: 101 @@ -1496,7 +1495,7 @@ jobs: - name: Check cert repository run: | - tests/ca/bin/ca-cert-next-range.sh primaryds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh primaryds | tee output cat > expected << EOF nextRange: 127 diff --git a/.github/workflows/ca-clone-tests.yml b/.github/workflows/ca-clone-tests.yml index 6954f20e399..c3d731a37ea 100644 --- a/.github/workflows/ca-clone-tests.yml +++ b/.github/workflows/ca-clone-tests.yml @@ -33,7 +33,7 @@ jobs: needs: build uses: ./.github/workflows/ca-clone-replicated-ds-test.yml - ca-clone-sequential-test: - name: CA clone with Sequential Serial Numbers + ca-clone-ssnv1-test: + name: CA clone with SSNv1 needs: build - uses: ./.github/workflows/ca-clone-sequential-test.yml + uses: ./.github/workflows/ca-clone-ssnv1-test.yml diff --git a/.github/workflows/ca-sequential-test.yml b/.github/workflows/ca-ssnv1-test.yml similarity index 93% rename from .github/workflows/ca-sequential-test.yml rename to .github/workflows/ca-ssnv1-test.yml index a4132864678..dfc512678ec 100644 --- a/.github/workflows/ca-sequential-test.yml +++ b/.github/workflows/ca-ssnv1-test.yml @@ -1,8 +1,8 @@ -name: CA with Sequential Serial Numbers +name: CA with SSNv1 # -# This test creates a CA subsystem with sequential serial numbers -# for certs and requests, performs enrollments, and verifies that -# the number ranges are maintained properly in CS.cfg and DS. +# This test creates a CA subsystem with SSNv1 for certs and requests, +# performs enrollments, and verifies that the ranges are maintained +# properly in CS.cfg and DS. on: workflow_call @@ -140,7 +140,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # SubsystemRangeUpdateCLI.updateRequestNumberRange() reads dbs.endRequestNumber # as 10 decimal, increments it by 1 to 11 decimal, then stores it as the @@ -153,7 +153,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # SubsystemRangeUpdateCLI.updateSerialNumberRange() incorrectly reads # dbs.endSerialNumber as 18 decimal, increments it by 1 to 19 decimal, @@ -166,14 +166,14 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # serial number management is disabled so there are no range objects created diff /dev/null output - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # serial number management is disabled so there are no range objects created diff /dev/null output @@ -236,7 +236,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be incremented by 10 decimal cat > expected << EOF @@ -247,7 +247,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be the same cat > expected << EOF @@ -258,7 +258,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # new request range should be 11 - 20 decimal (size: 10) cat > expected << EOF @@ -273,7 +273,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # there should be no new cert range diff /dev/null output @@ -377,7 +377,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be the same cat > expected << EOF @@ -388,7 +388,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be the same cat > expected << EOF @@ -399,7 +399,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # request range objects should be the same cat > expected << EOF @@ -414,7 +414,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # cert range objects should be the same diff /dev/null output @@ -496,7 +496,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be the same cat > expected << EOF @@ -507,7 +507,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be the same cat > expected << EOF @@ -518,7 +518,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # request range objects should be the same cat > expected << EOF @@ -533,7 +533,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # cert range objects should be the same diff /dev/null output @@ -584,7 +584,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be incremented by 10 decimal to 31 decimal cat > expected << EOF @@ -595,7 +595,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRequest should incremented by 12 hex (18 decimal) to 37 decimal cat > expected << EOF @@ -606,7 +606,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # new request range should be 21 - 30 decimal (size: 10) cat > expected << EOF @@ -626,7 +626,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # new request range is 19 - 36 decimal (size: 18) # Note: the size should have been consistent (i.e. 16) @@ -714,7 +714,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be the same cat > expected << EOF @@ -725,7 +725,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be the same cat > expected << EOF @@ -736,7 +736,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # request range objects should be the same cat > expected << EOF @@ -756,7 +756,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # cert range objects should be the same cat > expected << EOF @@ -844,7 +844,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be the same cat > expected << EOF @@ -855,7 +855,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be the same cat > expected << EOF @@ -866,7 +866,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # request range objects should be the same cat > expected << EOF @@ -886,7 +886,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # cert range objects should be the same cat > expected << EOF @@ -945,7 +945,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be incremented by 10 decimal to 41 decimal cat > expected << EOF @@ -956,7 +956,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be incremented by 12 hex (18 decimal) to 55 decimal cat > expected << EOF @@ -967,7 +967,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # new request range should be 31 - 40 decimal (size: 10) cat > expected << EOF @@ -992,7 +992,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # new cert range should be 37 - 54 decimal (size: 18) cat > expected << EOF @@ -1088,7 +1088,7 @@ jobs: - name: Check request next range run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be the same cat > expected << EOF @@ -1099,7 +1099,7 @@ jobs: - name: Check cert next range run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output # cert nextRange should be incremented by 12 hex (18 decimal) to 55 decimal cat > expected << EOF @@ -1110,7 +1110,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # request range objects should be the same cat > expected << EOF @@ -1135,7 +1135,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # cert range should be the same cat > expected << EOF @@ -1210,7 +1210,7 @@ jobs: - name: Check request repository run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output # request nextRange should be incremented by 10 decimal to 41 decimal cat > expected << EOF @@ -1221,7 +1221,7 @@ jobs: - name: Check cert repository run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output cat > expected << EOF nextRange: 85 @@ -1231,7 +1231,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output # new request range should be 31 - 40 decimal (total: 10) cat > expected << EOF @@ -1261,7 +1261,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output # new cert range should be the same but converted to decimal # first range move from 19-36 (hex) to 25-54 (dec) @@ -1380,7 +1380,7 @@ jobs: - name: Check request repository run: | - tests/ca/bin/ca-request-next-range.sh ds | tee output + tests/ca/bin/ca-request-next-range-ssnv1.sh ds | tee output cat > expected << EOF nextRange: 101 @@ -1390,7 +1390,7 @@ jobs: - name: Check cert repository run: | - tests/ca/bin/ca-cert-next-range.sh ds | tee output + tests/ca/bin/ca-cert-next-range-ssnv1.sh ds | tee output cat > expected << EOF nextRange: 121 @@ -1400,7 +1400,7 @@ jobs: - name: Check request range objects run: | - tests/ca/bin/ca-request-range-objects.sh ds | tee output + tests/ca/bin/ca-request-range-objects-ssnv1.sh ds | tee output cat > expected << EOF SecurePort: 8443 @@ -1454,7 +1454,7 @@ jobs: - name: Check cert range objects run: | - tests/ca/bin/ca-cert-range-objects.sh ds | tee output + tests/ca/bin/ca-cert-range-objects-ssnv1.sh ds | tee output cat > expected << EOF SecurePort: 8443 diff --git a/.github/workflows/ca-tests.yml b/.github/workflows/ca-tests.yml index 2793ad14a40..5f7f7586ea7 100644 --- a/.github/workflows/ca-tests.yml +++ b/.github/workflows/ca-tests.yml @@ -78,10 +78,10 @@ jobs: needs: build uses: ./.github/workflows/ca-rsnv1-test.yml - ca-sequential-test: - name: CA with Sequential Serial Numbers + ca-ssnv1-test: + name: CA with SSNv1 needs: build - uses: ./.github/workflows/ca-sequential-test.yml + uses: ./.github/workflows/ca-ssnv1-test.yml ca-pruning-test: name: CA database pruning diff --git a/tests/ca/bin/ca-cert-next-range.sh b/tests/ca/bin/ca-cert-next-range-ssnv1.sh similarity index 100% rename from tests/ca/bin/ca-cert-next-range.sh rename to tests/ca/bin/ca-cert-next-range-ssnv1.sh diff --git a/tests/ca/bin/ca-cert-range-objects.sh b/tests/ca/bin/ca-cert-range-objects-ssnv1.sh similarity index 100% rename from tests/ca/bin/ca-cert-range-objects.sh rename to tests/ca/bin/ca-cert-range-objects-ssnv1.sh diff --git a/tests/ca/bin/ca-request-next-range.sh b/tests/ca/bin/ca-request-next-range-ssnv1.sh similarity index 100% rename from tests/ca/bin/ca-request-next-range.sh rename to tests/ca/bin/ca-request-next-range-ssnv1.sh diff --git a/tests/ca/bin/ca-request-range-objects.sh b/tests/ca/bin/ca-request-range-objects-ssnv1.sh similarity index 100% rename from tests/ca/bin/ca-request-range-objects.sh rename to tests/ca/bin/ca-request-range-objects-ssnv1.sh