summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/functional/base.py
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2016-10-13 18:23:20 +0300
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2016-11-09 16:34:44 +0000
commitb033bfd933b1cd52b3493ce3b1962ba262a882b7 (patch)
tree89306345c0c277d9161bd664e1e6f4247bb6be0c /ironic_python_agent/tests/functional/base.py
parentdca181a47ca1eaec4a56385bce994c12763426cb (diff)
downloadironic-python-agent-b033bfd933b1cd52b3493ce3b1962ba262a882b7.tar.gz
Remove old lookup/heartbeat from IPA
Lookup/Heartbeat via vendor passthru was deprecated in Newton. This patch removes the corresponding functionality from IPA, and also removes handling of 'ipa-driver-name' kernel parameter, as it was only used in code related to old passthru. Change-Id: I2c7989063ab3e4c0bae33f05d6d2ed857a2d9944 Closes-Bug: #1640533
Diffstat (limited to 'ironic_python_agent/tests/functional/base.py')
-rw-r--r--ironic_python_agent/tests/functional/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ironic_python_agent/tests/functional/base.py b/ironic_python_agent/tests/functional/base.py
index ab57bb11..066500a5 100644
--- a/ironic_python_agent/tests/functional/base.py
+++ b/ironic_python_agent/tests/functional/base.py
@@ -46,7 +46,6 @@ class FunctionalBase(test_base.BaseTestCase):
network_interface=None,
lookup_timeout=300,
lookup_interval=1,
- driver_name='agent_ipmitool',
standalone=True)
self.process = multiprocessing.Process(
target=self.agent.run)