2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #7267 from gurevichmark/xcat_pubkey_test2

Affirmative reply to uninstall command
This commit is contained in:
besawn 2022-10-20 09:52:34 -04:00 committed by GitHub
commit 96a0a515b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ check:rc==0
check:output=~running
#Uninstall xCAT, then install again and verify public keys
cmd:xdsh $$CN "cd /; ./go-xcat completely uninstall"
cmd:xdsh $$CN "cd /; ./go-xcat -y completely uninstall"
check:rc==0
check:output=~xCAT has been uninstalled