From 3fcb4745886982a72bec0d0eb0e5846f859cd094 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 6 Aug 2020 14:48:02 -0400 Subject: [PATCH] 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 --- tests/test_tpm2_samples_create_tpmca | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_tpm2_samples_create_tpmca b/tests/test_tpm2_samples_create_tpmca index 0e0589f..3709cf7 100755 --- a/tests/test_tpm2_samples_create_tpmca +++ b/tests/test_tpm2_samples_create_tpmca @@ -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)