diff --git a/xCAT-test/autotest/testcase/lsvm/cases0 b/xCAT-test/autotest/testcase/lsvm/cases0 index b740eb67e..9929a5ea1 100644 --- a/xCAT-test/autotest/testcase/lsvm/cases0 +++ b/xCAT-test/autotest/testcase/lsvm/cases0 @@ -1,19 +1,19 @@ #comment out for developper will not fix it #start:lsvm_null -#label:others,hcp_hmc +#label:others,hctrl_hmc #cmd:lsvm #check:rc!=0 #check:output=~Usage #end start:lsvm_node -label:others,hcp_hmc +label:others,hctrl_hmc hcp:hmc,ivm cmd:lsvm $$CN check:rc==0 check:output=~name=$$CN end start:lsvm_err_node -label:others,hcp_hmc +label:others,hctrl_hmc cmd:lsvm testnode check:rc!=0 check:output=~Error diff --git a/xCAT-test/autotest/testcase/xdshbak/cases0 b/xCAT-test/autotest/testcase/xdshbak/cases0 index 2765c6811..1cbc6aa9b 100644 --- a/xCAT-test/autotest/testcase/xdshbak/cases0 +++ b/xCAT-test/autotest/testcase/xdshbak/cases0 @@ -1,31 +1,31 @@ start:xdshbak_h -label:other,parallel_cmds +label:others,parallel_cmds cmd:xdshbak -h check:rc==0 check:output=~Usage end start:xdshbak_display -label:other,parallel_cmds +label:others,parallel_cmds cmd:xdsh $$CN cat /etc/hosts | xdshbak check:rc==0 check:output=~HOST:$$CN end start:xdshbak_c -label:other,parallel_cmds +label:others,parallel_cmds cmd:xdsh $$CN pwd |xdshbak -c check:rc==0 end start:xdshbak_q -label:other,parallel_cmds +label:others,parallel_cmds cmd:xdsh $$CN ls / |xdshbak -q check:rc==0 end start:xdshbak_x -label:other,parallel_cmds +label:others,parallel_cmds cmd:xdsh $$CN cat /etc/passwd|xdshbak -c check:rc==0 end