• M
    virCommand: Introduce virCommandSetDryRun · 550a2cef
    Michal Privoznik 提交于
    There are some units within libvirt that utilize virCommand API to run
    some commands and deserve own unit testing. These units are, however,
    not desired to be rewritten to dig virCommand API usage out. As a great
    example virNetDevBandwidth could be used. The problem with the bandwidth
    unit is: it uses virCommand API heavily. Therefore we need a mechanism
    to not really run a command, but rather see its string representation
    after which we can decide if the unit construct the correct sequence of
    commands or not.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    550a2cef
vircommand.c 72.4 KB