Unverified Commit 555e000e authored by kladko's avatar kladko

SKALE-3159-test-fails

parent 1d19ed56
...@@ -24,10 +24,6 @@ ls /root/.rnd; ...@@ -24,10 +24,6 @@ ls /root/.rnd;
cd /usr/src/sdk; cd /usr/src/sdk;
echo "Checking that sgxwallet can connect to SGX whitelist update server whitelist.trustedservices.intel.com "
echo "If this test fails, you need to update your network config or firewall to allow this connection"
curl -I http://whitelist.trustedservices.intel.com/SGX/LCWL/Linux/sgx_white_list_cert.bin
if [[ -f "/var/hwmode" ]] if [[ -f "/var/hwmode" ]]
then then
...@@ -37,6 +33,9 @@ jhid -d ...@@ -37,6 +33,9 @@ jhid -d
/opt/intel/sgxpsw/aesm/aesm_service & /opt/intel/sgxpsw/aesm/aesm_service &
pid=$! pid=$!
sleep 2 sleep 2
echo "Checking that sgxwallet can connect to SGX whitelist update server whitelist.trustedservices.intel.com "
echo "If this test fails, you need to update your network config or firewall to allow this connection"
curl -I http://whitelist.trustedservices.intel.com/SGX/LCWL/Linux/sgx_white_list_cert.bin
else else
echo "Running in SGX simulation mode" echo "Running in SGX simulation mode"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment