Skip to content

Commit f808a79

Browse files
committed
Rename pki-nss-hsm-test.yml to pki-nss-softhsm-test.yml
1 parent 7f5163c commit f808a79

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pki-nss-hsm-test.yml renamed to .github/workflows/pki-nss-softhsm-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PKI NSS CLI with HSM
1+
name: PKI NSS CLI with SoftHSM
22

33
on: workflow_call
44

@@ -31,7 +31,7 @@ jobs:
3131
--hostname=pki.example.com \
3232
pki
3333
34-
- name: Create HSM token
34+
- name: Create SoftHSM token
3535
run: |
3636
docker exec pki dnf install -y softhsm opendnssec
3737
@@ -568,5 +568,5 @@ jobs:
568568
569569
diff expected stderr
570570
571-
- name: Remove HSM token
571+
- name: Remove SoftHSM token
572572
run: docker exec pki softhsm2-util --delete-token --token HSM

.github/workflows/tools-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
needs: build
3434
uses: ./.github/workflows/pki-nss-aes-test.yml
3535

36-
pki-nss-hsm-test:
37-
name: PKI NSS CLI with HSM
36+
pki-nss-softhsm-test:
37+
name: PKI NSS CLI with SoftHSM
3838
needs: build
39-
uses: ./.github/workflows/pki-nss-hsm-test.yml
39+
uses: ./.github/workflows/pki-nss-softhsm-test.yml
4040

4141
pki-nss-exts-test:
4242
name: PKI NSS CLI with Extensions

0 commit comments

Comments
 (0)