summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <iurygregory@gmail.com>2021-07-16 16:02:09 +0200
committerIury Gregory Melo Ferreira <iurygregory@gmail.com>2021-07-21 10:27:32 +0200
commit4bc5142df26c8279e1ab15703cbfba6849654c4b (patch)
treeec618af0b20062afe379bceb4630717e174e5062 /driver-requirements.txt
parent7b42258ab9923f87626944ac5e9aaf11a5978b03 (diff)
downloadironic-4bc5142df26c8279e1ab15703cbfba6849654c4b.tar.gz
Add vendor_passthru method for subscriptions
This patch adds two new vendor_passthru methods for Redfish: - create_subscription (create a sbuscription) - delete_subscription (delete a subscription) - get_all_subscriptions (get all subscriptions on the node) - get_subscription (get a single subscription) Unit Tests in test_utils split into multiple classes to avoid random failures due to cache. Tested in bifrost env using two different HW: - HPE EL8000 e910 - Dell R640 Story: #2009061 Task: #42854 Change-Id: I5b7fa99b0ee64ccdc0f62d9686df655082db3665
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index e379bb99a..8b2af33a2 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -11,7 +11,7 @@ python-dracclient>=5.1.0,<7.0.0
python-xclarityclient>=0.1.6
# The Redfish hardware type uses the Sushy library
-sushy>=3.8.0
+sushy>=3.10.0
# Ansible-deploy interface
ansible>=2.7