nova/nova/tests/unit/virt
Michael Still f535e8bb99 First attempt at adding a privsep user to nova itself.
I don't particularly care about this use case (although the localfs
code should perhaps go away), but it was a nice contained example
of a privsep user which wasn't just calling a command line.

This patch also starts to layout what an API to the privsep'd code
might look like. For now its modelled on python's os module, because
that's where all the operations we perform are coming from.

The rootwrap configuration is cleaned up as we remove users.

Co-Authored-By: Tony Breeds <tony@bakeyournoodle.com>
Change-Id: I911cc51a226d6af29d63a7a2c69253de870073e9
2017-09-07 03:01:01 +10:00
..
disk First attempt at adding a privsep user to nova itself. 2017-09-07 03:01:01 +10:00
hyperv Hyper-V: Perform proper cleanup after cold migration 2017-08-30 17:50:11 +00:00
image Use assert(Not)Equal instead of assertTrue(A == X) 2016-06-03 16:53:15 +01:00
ironic Move hash ring initialization to init_host() for ironic 2017-08-25 09:03:23 -07:00
libvirt Merge "tests: Remove useless test" 2017-09-06 01:02:00 +00:00
powervm hypervisor_hostname must match get_available_nodes 2017-06-20 16:34:38 -05:00
vmwareapi Merge "VMware: Handle missing volume vmdk during detach" 2017-08-28 19:17:26 +00:00
xenapi First attempt at adding a privsep user to nova itself. 2017-09-07 03:01:01 +10:00
__init__.py
fakelibosinfo.py Fix misuse of assertTrue in console and virt tests 2016-02-22 16:09:21 +09:00
test_block_device.py encryptors: Switch to os-brick encryptor classes 2017-04-25 13:51:41 +00:00
test_configdrive.py force_config_drive: StrOpt -> BoolOpt 2015-11-11 19:59:22 +00:00
test_driver.py Remove usage of parameter enforce_type 2017-04-17 20:23:19 +08:00
test_events.py
test_fake.py
test_firewall.py remove get_nw_info_for_instance from compute.utils 2017-06-13 13:30:06 +02:00
test_hardware.py Prefer non-PCI host nodes for non-PCI instances 2017-06-08 09:44:59 +01:00
test_imagecache.py Remove mox from tests/unit/virt/test_imagecache.py 2016-06-16 23:40:01 +00:00
test_images.py Bump prlimit cpu time for qemu from 2 to 8 2016-12-08 10:41:31 -05:00
test_netutils.py Remove unnecessary code 2017-07-28 06:01:21 +00:00
test_osinfo.py Do not attempt to load osinfo if we do not have os_distro 2017-03-23 22:07:03 -04:00
test_virt.py Remove mox from nova/tests/unit/virt/test_virt.py 2016-11-28 08:49:51 +00:00
test_virt_drivers.py libvirt: Check if domain is persistent before detaching devices 2017-06-07 06:25:37 -04:00
test_volumeutils.py