tests: kbs: Add more info for the TDX deployment

Ditto in the commit shortlog.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-05-21 18:12:17 +02:00
parent 6ffd7b8425
commit fa8b5c76b8
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -238,6 +238,7 @@ function kbs_k8s_deploy() {
echo "::group::Deploy the KBS" echo "::group::Deploy the KBS"
if [ "${KATA_HYPERVISOR}" = "qemu-tdx" ]; then if [ "${KATA_HYPERVISOR}" = "qemu-tdx" ]; then
echo "Setting up custom PCCS for TDX"
cat <<- EOF > "${COCO_KBS_DIR}/config/kubernetes/custom_pccs/sgx_default_qcnl.conf" cat <<- EOF > "${COCO_KBS_DIR}/config/kubernetes/custom_pccs/sgx_default_qcnl.conf"
{ {
"pccs_url": "https://localhost:8081/sgx/certification/v4/", "pccs_url": "https://localhost:8081/sgx/certification/v4/",