Skip to content

Commit 52e1389

Browse files
committed
removed shutdown restart
1 parent 198f371 commit 52e1389

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/tpm-ssh.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,6 @@ jobs:
103103
./examples/client/client -i ../wolftpm/keyblob.bin -u hansel -K ThisIsMyKeyAuth
104104
cd ..
105105
106-
# Kill the server and simulator and restart them
107-
- name: Kill server and simulator and restart
108-
run: |
109-
pkill -f tpm_server
110-
sleep 2 # Wait for the server to be killed
111-
cd ibmswtpm2/src
112-
./tpm_server &
113-
sleep 2 # Wait for the server to be restarted
114-
cd ../..
115-
116106
# Test the TPM SSH Custom Password
117107
- name: Test TPM SSH Custom Password
118108
run: |

0 commit comments

Comments
 (0)