mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
Update to match geom_gpt:1.35
o Change the result of gctl(001) now that a bogus verb still requires a valid geom, o Insert gctl(024) to test for an appropriate error when a bogus verb is given that does have a proper geom parameter.
This commit is contained in:
parent
ceba44f8d4
commit
735592906b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152402
@ -42,7 +42,8 @@ my %steps = (
|
||||
"021" => "gctl verb=create provider=%dev% entries=-1",
|
||||
"022" => "gctl verb=create provider=%dev% entries=128",
|
||||
"023" => "gctl verb=create provider=%dev%",
|
||||
"024" => "conf",
|
||||
"024" => "gctl verb=bogus geom=%dev%",
|
||||
"025" => "conf",
|
||||
"030" => "gctl verb=add",
|
||||
"031" => "gctl verb=add geom=bogus",
|
||||
"032" => "gctl verb=add geom=%dev%",
|
||||
@ -61,14 +62,15 @@ my %steps = (
|
||||
|
||||
my %result = (
|
||||
"000" => "FAIL Verb missing",
|
||||
"001" => "FAIL 22 verb 'bogus'",
|
||||
"001" => "FAIL 87 geom",
|
||||
"010" => "FAIL 87 provider",
|
||||
"011" => "FAIL 22 provider 'bogus'",
|
||||
"020" => "",
|
||||
"021" => "FAIL 22 entries -1",
|
||||
"022" => "PASS",
|
||||
"023" => "FAIL 17 geom '%dev%'",
|
||||
"024" => "",
|
||||
"024" => "FAIL 22 verb 'bogus'",
|
||||
"025" => "",
|
||||
"030" => "FAIL 87 geom",
|
||||
"031" => "FAIL 22 geom 'bogus'",
|
||||
"032" => "FAIL 87 type",
|
||||
|
Loading…
Reference in New Issue
Block a user