mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 05:59:18 +00:00
tests: Assign unique ports 65450/65451 to test_tpm2_sample_create_tpmca
Assign the unique ports 65450/65451 to test_tpm2_sample_create_tpmca to avoid clashes with test_samples_create_tpmca that is using SWTPM_SERVER_PORT=65434 SWTPM_CTRL_PORT=65435 Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
354934df35
commit
3fcb474588
@ -37,8 +37,8 @@ SWTPM_IOCTL=${ROOT}/src/swtpm_ioctl/swtpm_ioctl
|
||||
|
||||
SWTPM_INTERFACE=socket+socket
|
||||
SWTPM_SERVER_NAME=localhost
|
||||
SWTPM_SERVER_PORT=65434
|
||||
SWTPM_CTRL_PORT=65435
|
||||
SWTPM_SERVER_PORT=65450
|
||||
SWTPM_CTRL_PORT=65451
|
||||
|
||||
workdir=$(mktemp -d)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user