2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +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

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