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)