From 9c8666744373ae2b3908971926236b8fd0038573 Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Mon, 14 Aug 2023 10:35:25 +0200 Subject: [PATCH] Fix policy2.json printing --- Multihost/basic-attestation/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multihost/basic-attestation/test.sh b/Multihost/basic-attestation/test.sh index 5d0429b2..8bc6c983 100755 --- a/Multihost/basic-attestation/test.sh +++ b/Multihost/basic-attestation/test.sh @@ -305,9 +305,9 @@ if [ -n "${AGENT2}" ]; then # first register AGENT2 and confirm it has passed validation AGENT2_ID="d432fbb3-d2f1-4a97-9ef7-75bd81c33333" - rlRun "cat policy2.json" # download Agent2 list rlRun "wget -O policy2.json 'http://${AGENT2_IP}:8000/policy.json'" + rlRun "cat policy2.json" # register rlRun "cat > script.expect <<_EOF set timeout 20