2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-25 05:41:09 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/rsetboot/cases0
2017-04-28 08:41:25 -04:00

99 lines
2.3 KiB
Plaintext

start:rsetboot_hd_statcheck
description:set the boot device from hd
Attribute: $$CN-The operation object of rsetboot command.
cmd:rsetboot $$CN hd
check:rc==0
check:output=~Hard Drive
cmd:rsetboot $$CN stat
check:rc==0
check:output=~$$CN: Hard Drive
end
start:rsetboot_net_statcheck
description:set the boot device from net
Attribute: $$CN-The operation object of rsetboot command.
cmd:rsetboot $$CN net
check:rc==0
check:output=~Network
cmd:rsetboot $$CN stat
check:rc==0
check:output=~$$CN: Network
end
start:rsetboot_cd_statcheck
description:set the boot device from CD/DVD
Attribute: $$CN-The operation object of rsetboot command.
cmd:rsetboot $$CN cd
check:rc==0
check:output=~CD/DVD
cmd:rsetboot $$CN stat
check:rc==0
check:output=~$$CN: CD/DVD
end
start:rsetboot_default_statcheck
description:set the boot device default
Attribute: $$CN-The operation object of rsetboot command.
cmd:rsetboot $$CN default
check:rc==0
check:output=~boot override inactive
cmd:rsetboot $$CN stat
check:rc==0
check:output=~$$CN: boot override inactive
end
start:rsetboot_h
description:get rsetboot help information
cmd:rsetboot -h
check:rc==0
check:output=~Usage: rsetboot
end
start:rsetboot_help
description:get rsetboot help information using rsetboot help
cmd:rsetboot -help
check:rc==0
check:output=~Usage: rsetboot
end
start:rsetboot_v
desription:get rsetboot version
cmd:rsetboot -v
check:rc==0
check:output=~Version
end
start:rsetboot_node_invalidnode
desription:rsetboot using invalidenode
cmd:rsetboot testnode boot
check:rc!=0
check:output=~Error: Invalid nodes
end
start:rsetboot_noderange_net
description:rsetboot noderange net
Attribute: $$CN,$$BC-The operation object of rsetboot command.
cmd:rsetboot $$CN,$$BC net
check:output=~$$CN: Network
cmd:rsetboot $$CN,$$BC stat
check:output=~$$CN: Network
check:output=~$$BC: Network
end
start:rsetboot_node_invalidaction
description:rsetboot node using invalidaction
Attribute: $$CN-The operation object of rsetboot command.
cmd:rsetboot $$CN dsdf
check:rc!=0
check:output=~Error: unsupported command
end
start:rsetboot_group_net
description:rsetboot group node
Attribute: $$CN-The operation object of rsetboot command.
cmd:rsetboot __GETNODEATTR($$CN,groups)__ net
check:output=~$$CN: Network
cmd:rsetboot __GETNODEATTR($$CN,groups)__ stat
check:output=~$$CN: Network
end