added ACA build output

This commit is contained in:
iadgovuser26 2022-04-20 11:25:30 -04:00
parent 29b7857784
commit 729c11985a
2 changed files with 6 additions and 7 deletions

View File

@ -11,6 +11,4 @@ if [ ! -d package/rpm/RPMS ]; then
./package/package.centos.sh
fi
echo "installing the ACA"
yum install -y package/rpm/RPMS/noarch/HIRS_AttestationCA*.el7.noarch.rpm
echo "ACA Loaded!"
yum install -y package/rpm/RPMS/noarch/HIRS_AttestationCA*.el7.noarch.rpm

View File

@ -27,12 +27,13 @@ popd > /dev/null
pushd .ci/system-tests > /dev/null
source sys_test_common.sh
# Build, Package, and Install HIRS ACA (2+ minutes) then wait for systems tests...
docker exec $aca_container sed -i 's/TLSv1,//' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.*/jre/lib/security/java.security
docker exec $aca_container sed -i 's/TLSv1.1,//' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.*/jre/lib/security/java.security
docker exec $aca_container /HIRS/.ci/setup/container/setup_aca.sh
echo "ACA Loaded!"
echo "ACA Container info: $(checkContainerStatus $aca_container)";
echo "TPM2 Provisioner Container info: $(checkContainerStatus $tpm2_container)";
# Build, Package, and Install HIRS ACA (2+ minutes) then wait for systems tests...
docker exec $tpm2_container /HIRS/.ci/setup/container/setup_aca.sh
sleep 120
# Install HIRS provioner and setup tpm2 emulator
docker exec $tpm2_container /HIRS/.ci/setup/container/setup_tpm2provisioner.sh