This commit enables the support for all redfish API's to make use of Manager features. This patch also includes a temporary hack for manager as 'manager_mock.py' file which needs to be removed once new Sushy version is released with manager feature. Added the 'utils' file containing the utility function, ``get_subresource_path_by``. Co-Authored-By: Aparna Vikraman <aparnavtce@gmail.com> Co-Authored-By: Debayan Ray <debayan.ray@gmail.com> Partial-Bug: 1691955 Change-Id: Iffec7e2e459455dba3b5bac817faa89341b4b9d3
18 lines
765 B
Python
18 lines
765 B
Python
# Copyright 2017 Hewlett Packard Enterprise Development LP
|
|
# All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
# TODO(deray): Need to remove this hack sooner
|
|
from proliantutils.tests.redfish import manager_mock # noqa
|