X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_types.ml;h=94592991f59b9296c250eae1f5427ccf016767c7;hb=7d3848ddc046f79cc1112809bd9970eea8060018;hp=9da7e45a80b16d7de8bbaf52363158df9b5c036e;hpb=6edd6cdebadab0117bc602f02e0dc68ea7d1a2ef;p=libguestfs.git diff --git a/generator/generator_types.ml b/generator/generator_types.ml index 9da7e45..9459299 100644 --- a/generator/generator_types.ml +++ b/generator/generator_types.ml @@ -290,6 +290,12 @@ and test = *) | TestOutputDevice of seq * string + (* Run the command sequence and expect a hashtable. Check + * one of more fields in the hashtable against known good + * strings. + *) + | TestOutputHashtable of seq * (string * string) list + (* Run the command sequence and expect the final command (only) * to fail. *)