From a17b9c2067eec25d8af9451a3fa7482836ff3c81 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:39:35 -0400 Subject: [PATCH] Revert "Obtain the highest version of TLS supported by OpenSSL/TLS" --- xCAT-test/autotest/testcase/install_xCAT/case0 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xCAT-test/autotest/testcase/install_xCAT/case0 b/xCAT-test/autotest/testcase/install_xCAT/case0 index f473b099b..e41499802 100644 --- a/xCAT-test/autotest/testcase/install_xCAT/case0 +++ b/xCAT-test/autotest/testcase/install_xCAT/case0 @@ -30,10 +30,6 @@ cmd:diff /tmp/known_host_keys /tmp/current_os_host_keys check:output!~> cmd:rm -f /tmp/known_host_keys /tmp/current_os_host_keys check:rc==0 - -# Obtain the highest version of TLS supported by OpenSSL/TLS. -cmd:openssl s_client --help 2>&1 | grep "\-tls1" | awk '{print $1}' | sort | tail -1 -check:rc==0 end start:install_xCAT_on_ubuntu @@ -80,8 +76,4 @@ cmd:diff /tmp/known_host_keys /tmp/current_os_host_keys check:output!~> cmd:rm -f /tmp/known_host_keys /tmp/current_os_host_keys check:rc==0 - -# Obtain the highest version of TLS supported by OpenSSL/TLS. -cmd:openssl s_client --help 2>&1 | grep "\-tls1" | awk '{print $1}' | sort | tail -1 -check:rc==0 end