X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_types.ml;fp=generator%2Fgenerator_types.ml;h=0ed6f7483e8d14917d32fdab48c86d8ed8885a60;hp=49d37922c7976b22f3c14ec3251f03fc6a306fe6;hb=ff38fea645e69e8f4d84f2691dac3116d9bac1c4;hpb=43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd diff --git a/generator/generator_types.ml b/generator/generator_types.ml index 49d3792..0ed6f74 100644 --- a/generator/generator_types.ml +++ b/generator/generator_types.ml @@ -266,6 +266,12 @@ and test = *) | TestOutputFileMD5 of seq * string + (* Run the command sequence and expect the output of the final + * command to be a string which is a block device name (we don't + * check the 5th character of the string, so "/dev/sda" == "/dev/vda"). + *) + | TestOutputDevice of seq * string + (* Run the command sequence and expect the final command (only) * to fail. *)