The nova.tests.fakeguestfs Module

class GuestFS

Bases: object

add_drive_opts(file, *args, **kwargs)
aug_close()
aug_get(cfgpath)
aug_init(root, flags)
chmod(mode, path)
chown(uid, gid, path)
close()
get_attach_method()
inspect_get_mountpoints(dev)
inspect_os()
launch()
mkdir_p(path)
mount_options(options, device, mntpoint)
read_file(path)
set_attach_method(attach_method)
shutdown()
stat(path)
write(path, content)
write_append(path, content)

Previous topic

The nova.tests.fake_volume Module

Next topic

The nova.tests.fakelibvirt Module

This Page