emc-openstack / storops

Python storage management library for VNX and Unity.
Apache License 2.0
53 stars 29 forks source link

Added snapScheduleParameters in the modify method #345

Closed meenakshidembi691 closed 3 years ago

meenakshidembi691 commented 3 years ago

Added snapScheduleParameters in the modify method so that snap schedule can be edited via playbook

codecov[bot] commented 3 years ago

Codecov Report

Merging #345 (f21b932) into master (cedad6a) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #345      +/-   ##
==========================================
- Coverage   91.88%   91.87%   -0.01%     
==========================================
  Files         103      103              
  Lines       14140    14152      +12     
  Branches     1710     1712       +2     
==========================================
+ Hits        12992    13002      +10     
- Misses        736      741       +5     
+ Partials      412      409       -3     
Impacted Files Coverage Δ
storops/unity/resource/filesystem.py 93.00% <100.00%> (+0.09%) :arrow_up:
storops/connection/connector.py 47.82% <0.00%> (-3.48%) :arrow_down:
storops/lib/common.py 92.87% <0.00%> (-0.27%) :arrow_down:
storops/exception.py 97.46% <0.00%> (+<0.01%) :arrow_up:
storops/unity/resource/host.py 89.91% <0.00%> (+0.51%) :arrow_up:
storops/vnx/navi_command.py 86.42% <0.00%> (+1.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cedad6a...f21b932. Read the comment docs.