mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
* Add new test cases for the syncfiles feature * Update the test case for EXECUTEALWAYS feature * Test regular updatenode -F and the scp feature separately * Ignore some failling when use scp
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
start:updatenode_syncfiles
|
|
description: Test cases for the syncfiles feature
|
|
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/updatenode/syncfiles $$CN
|
|
check:rc==0
|
|
end
|
|
|
|
start:updatenode_syncfiles_scp
|
|
description: Test cases for the syncfiles feature with scp
|
|
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/updatenode/syncfiles $$CN scp
|
|
check:rc==0
|
|
end
|