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:
Stefan Berger 2020-08-06 14:48:02 -04:00 committed by Stefan Berger
parent 354934df35
commit 3fcb474588

View File

@ -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)