summaryrefslogtreecommitdiff
path: root/virtinst/support.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-08-31 18:30:43 -0400
committerCole Robinson <crobinso@redhat.com>2018-08-31 18:31:17 -0400
commita5ef8a2995b42a4c421e4782c6cec30169d0dc44 (patch)
tree164df858929a164077253216868f46e8ff979781 /virtinst/support.py
parent967ca4eeda05602389084f532b7061a2fd8bb96e (diff)
downloadvirt-manager-a5ef8a2995b42a4c421e4782c6cec30169d0dc44.tar.gz
support: Drop a few more support checks only used in tests/
Diffstat (limited to 'virtinst/support.py')
-rw-r--r--virtinst/support.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/virtinst/support.py b/virtinst/support.py
index dc9fe006..c548a59c 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -266,7 +266,6 @@ SUPPORT_CONN_USBREDIR = _make(
version="0.9.5", hv_version={"qemu": "1.3.0", "test": 0})
SUPPORT_CONN_DEVICE_BOOTORDER = _make(
version="0.8.8", hv_version={"qemu": 0, "test": 0})
-SUPPORT_CONN_POOL_GLUSTERFS = _make(version="1.2.0")
SUPPORT_CONN_CPU_MODEL_NAMES = _make(function="virConnect.getCPUModelNames",
run_args=("x86_64", 0))
SUPPORT_CONN_HYPERV_VAPIC = _make(
@@ -275,7 +274,6 @@ SUPPORT_CONN_HYPERV_CLOCK = _make(
version="1.2.2", hv_version={"qemu": "2.0.0", "test": 0})
SUPPORT_CONN_HYPERV_CLOCK_RHEL = _make(
version="1.2.2", hv_version={"qemu": "1.5.3", "test": 0})
-SUPPORT_CONN_LOADER_ROM = _make(version="1.2.9")
SUPPORT_CONN_DOMAIN_CAPABILITIES = _make(
function="virConnect.getDomainCapabilities",
run_args=(None, None, None, None))