From e38731ca396671da88c0935dc2c2b839ee52b9ec Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 30 Oct 2019 14:08:19 -0400 Subject: [PATCH] Linmit to only x86 environment --- xCAT-test/autotest/testcase/install_xCAT/case0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-test/autotest/testcase/install_xCAT/case0 b/xCAT-test/autotest/testcase/install_xCAT/case0 index 52041c0c5..35183600a 100644 --- a/xCAT-test/autotest/testcase/install_xCAT/case0 +++ b/xCAT-test/autotest/testcase/install_xCAT/case0 @@ -31,8 +31,7 @@ stop:yes cmd:arc_all=`uname -a`; code=`lsb_release -sc`;if [[ $arc_all =~ "ppc64le" ]]; then arch="ppc64el";else arch="x86_64";fi; cp "/opt/xcat/share/xcat/tools/autotest/testcase/go_xcat/$code-$arch.sources.list" "/etc/apt/sources.list" cmd:apt-get clean;apt-get update check:rc==0 -cmd:echo '* libraries/restart-without-asking boolean true' | debconf-set-selections -check:rc==0 +cmd:arc_all=`uname -a`; if [[ $arc_all =~ "x86_64" ]]; then echo '* libraries/restart-without-asking boolean true' | debconf-set-selections; fi cmd:debconf-show libssl1.1 cmd:cp /core-*-snap.tar.bz2 /install_xCAT_xcat-core.tar.bz2 check:rc==0