[edk2-devel] [edk2-redfish-client][PATCH 0/4] Redfish-Profile-Simulator: Enhancement

Nickle Wang via groups.io posted 4 patches 11 months, 3 weeks ago
Only 0 patches received!
.../redfishProfileSimulator.py                |  92 ++++++++-
.../requirements.txt                          |   2 +
.../v1sim/redfishURIs.py                      | 186 +++++++++++++-----
.../v1sim/registry.py                         |  14 ++
.../v1sim/resource.py                         |  27 ++-
.../v1sim/systems.py                          | 141 ++++++++++++-
6 files changed, 394 insertions(+), 68 deletions(-)
create mode 100644 Tools/Redfish-Profile-Simulator/requirements.txt
create mode 100644 Tools/Redfish-Profile-Simulator/v1sim/registry.py
[edk2-devel] [edk2-redfish-client][PATCH 0/4] Redfish-Profile-Simulator: Enhancement
Posted by Nickle Wang via groups.io 11 months, 3 weeks ago
This is to add several features to Redfish-Profile-Simulator for 
EDK2 Redfish client development.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>

Nickle Wang (4):
  Redfish-Profile-Simulator: Add more features
  Redfish-Profile-Simulator: HTTP methods on Memory Collection
  Redfish-Profile-Simulator: Add ETAG on memory resource
  Redfish-Profile-Simulator: Add requirements

 .../redfishProfileSimulator.py                |  92 ++++++++-
 .../requirements.txt                          |   2 +
 .../v1sim/redfishURIs.py                      | 186 +++++++++++++-----
 .../v1sim/registry.py                         |  14 ++
 .../v1sim/resource.py                         |  27 ++-
 .../v1sim/systems.py                          | 141 ++++++++++++-
 6 files changed, 394 insertions(+), 68 deletions(-)
 create mode 100644 Tools/Redfish-Profile-Simulator/requirements.txt
 create mode 100644 Tools/Redfish-Profile-Simulator/v1sim/registry.py

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103843): https://edk2.groups.io/g/devel/message/103843
Mute This Topic: https://groups.io/mt/98634203/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-redfish-client][PATCH 0/4] Redfish-Profile-Simulator: Enhancement
Posted by Chang, Abner via groups.io 11 months, 3 weeks ago
[AMD Official Use Only - General]

I have no more comments on this patch set as we already reviewed it on edk2-staging.

For whole patch set.
Reviewed-by: Abner Chang <abner.chang@amd.com>

> -----Original Message-----
> From: Nickle Wang <nicklew@nvidia.com>
> Sent: Tuesday, May 2, 2023 3:51 PM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> <igork@ami.com>
> Subject: [edk2-redfish-client][PATCH 0/4] Redfish-Profile-Simulator:
> Enhancement
> 
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
> 
> 
> This is to add several features to Redfish-Profile-Simulator for
> EDK2 Redfish client development.
> 
> Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Igor Kulchytskyy <igork@ami.com>
> 
> Nickle Wang (4):
>   Redfish-Profile-Simulator: Add more features
>   Redfish-Profile-Simulator: HTTP methods on Memory Collection
>   Redfish-Profile-Simulator: Add ETAG on memory resource
>   Redfish-Profile-Simulator: Add requirements
> 
>  .../redfishProfileSimulator.py                |  92 ++++++++-
>  .../requirements.txt                          |   2 +
>  .../v1sim/redfishURIs.py                      | 186 +++++++++++++-----
>  .../v1sim/registry.py                         |  14 ++
>  .../v1sim/resource.py                         |  27 ++-
>  .../v1sim/systems.py                          | 141 ++++++++++++-
>  6 files changed, 394 insertions(+), 68 deletions(-)  create mode 100644
> Tools/Redfish-Profile-Simulator/requirements.txt
>  create mode 100644 Tools/Redfish-Profile-Simulator/v1sim/registry.py
> 
> --
> 2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103848): https://edk2.groups.io/g/devel/message/103848
Mute This Topic: https://groups.io/mt/98634203/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-