]> xenbits.xensource.com Git - libvirt.git/commit
test_driver: Implement virDomainGetFSInfo
authorIlias Stamatis <stamatis.iliass@gmail.com>
Tue, 25 Jun 2019 21:58:07 +0000 (23:58 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 3 Jul 2019 07:57:30 +0000 (09:57 +0200)
commitd754a5cc1d54a4d73c21e2739834cb6d218f259f
treeb6cdd4d60a13986daa55d06350f39c0bf49f7436
parent4d61181d1f4be4becc31cf551ecc5ba25df7e57d
test_driver: Implement virDomainGetFSInfo

Always return / and /boot as the mount points imitating the default
Fedora installation. Use the first disk found, otherwise if no disk
device of type VIR_DOMAIN_DISK_DEVICE_DISK is present, return 0 mount
points.

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com>
src/test/test_driver.c