From 4bc5142df26c8279e1ab15703cbfba6849654c4b Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Fri, 16 Jul 2021 16:02:09 +0200 Subject: 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 --- driver-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver-requirements.txt') 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 -- cgit v1.2.1