Closed Murray-LIANG closed 4 years ago
Merging #320 into master will increase coverage by
0.08%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #320 +/- ##
==========================================
+ Coverage 91.60% 91.68% +0.08%
==========================================
Files 99 99
Lines 13754 13768 +14
Branches 1663 1663
==========================================
+ Hits 12599 12623 +24
+ Misses 739 733 -6
+ Partials 416 412 -4
Impacted Files | Coverage Δ | |
---|---|---|
storops/unity/enums.py | 98.82% <100.00%> (+0.01%) |
:arrow_up: |
storops/vnx/heart_beat.py | 94.44% <0.00%> (+0.46%) |
:arrow_up: |
storops/lib/version.py | 95.97% <0.00%> (+1.34%) |
:arrow_up: |
storops/unity/parser.py | 92.38% <0.00%> (+1.90%) |
:arrow_up: |
storops/unity/resource/__init__.py | 90.25% <0.00%> (+2.11%) |
: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 28e21c3...e1a8d46. Read the comment docs.
Travis CI met some internal errors. Will check it.
Unity 5.0.3 and 5.1.0 removed some deprecated fields of resources. So, storops needs to add new fields to these resources if necessary. Getting old fields will return
None
instead of raisingAttributeError
. The client of storops needs to update to use new fields.UnityHostInitiator
'ssource_type
is renamed toinitiator_source_type
.UnityLinkAggregation
'sparent_storage_processor
is renamed tostorage_processor
.UnityLun
'sis_compression_enabled
is renamed tois_data_reduction_enabled
.modification_time
to check ifUnitySnapSchedule
is modified or not.is_modified
is removed.UnitySystemCapacity
'scompression_size_saved
/compression_percent
/compression_ratio
is renamed todata_reduction_size_saved
/data_reduction_percent
/data_reduction_ratio
.