2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00

Remove trailing spaces in file xCAT-test/autotest/testcase/UT_openbmc/rflash_cases0

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent f7e6d00f56
commit 3ce0bf8621

View File

@@ -17,7 +17,7 @@ label:cn_bmc_ready,hctrl_openbmc
cmd: rflash $$CN -a /tmp/abc123.tz
check:rc==1
check:output=~Error: (\[.*?\]: )?Invalid firmware specified with -a
end
end
start:rflash_invalid_activate_and_delete
description: Cannot specify -a and --delete at the same time
@@ -27,9 +27,9 @@ label:cn_bmc_ready,hctrl_openbmc
cmd: rflash $$CN -a 123 --delete 123
check:rc==1
check:output=~Error: (\[.*?\]: )?Multiple options are not supported
end
end
start:rflash_invalid_id
start:rflash_invalid_id
description: Passing an invalid ID to activate
os:Linux
hcp:openbmc
@@ -37,17 +37,17 @@ label:cn_bmc_ready,hctrl_openbmc
cmd: rflash $$CN -a 123
check:rc==1
check:output=~Error: (\[.*?\]: )?Invalid ID provided to activate
end
end
start:rflash_invalid_multiple_id_3
description: Code does not currently support multiple IDs to activate
os:Linux
hcp:openbmc
label:cn_bmc_ready,hctrl_openbmc
cmd: rflash $$CN -a 123 abc asdbas
cmd: rflash $$CN -a 123 abc asdbas
check:rc==1
check:output=~Error: (\[.*?\]: )?More than one firmware specified is not supported
end
end
start:rflash_invalid_multiple_id_2
description: Code does not currently support multiple IDs to activate
@@ -57,15 +57,15 @@ label:cn_bmc_ready,hctrl_openbmc
cmd: rflash $$CN -a asdbas 123
check:rc==1
check:output=~Error: (\[.*?\]: )?More than one firmware specified is not supported
end
end
start:rflash_invalid_node
description: Activate a valid ID hash but forget to put in a node range
description: Activate a valid ID hash but forget to put in a node range
os:Linux
hcp:openbmc
label:cn_bmc_ready,hctrl_openbmc
cmd: rflash -a 221d9020
check:rc==1
check:rc==1
check:output=~Error: (\[.*?\]: )?Invalid nodes and/or groups in noderange: 221d9020
end
@@ -75,7 +75,7 @@ os:Linux
hcp:openbmc
label:cn_bmc_ready,hctrl_openbmc
cmd: rflash $$CN --delete 221d9020 221d9020
check:rc==1
check:rc==1
check:output=~Error: (\[.*?\]: )?More than one firmware specified is not supported
end