X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=releasenotes%2Fnotes%2Fextracting_process_image_params-925ba22e69861137.yaml;fp=releasenotes%2Fnotes%2Fextracting_process_image_params-925ba22e69861137.yaml;h=3bea7935933575c63b7c43eeb334fe1209cfcc6c;hp=0000000000000000000000000000000000000000;hb=a0a3330506aaed3194f3c1c9fdee6319f3a7700d;hpb=839e5ca652d48ee67929d3022e4cddbf19e7ddde diff --git a/releasenotes/notes/extracting_process_image_params-925ba22e69861137.yaml b/releasenotes/notes/extracting_process_image_params-925ba22e69861137.yaml new file mode 100644 index 00000000..3bea7935 --- /dev/null +++ b/releasenotes/notes/extracting_process_image_params-925ba22e69861137.yaml @@ -0,0 +1,23 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# 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. +####################################################################################### +--- +other: + - | + Extraction of _process_image_params() from being a nested function inside Ns.deploy(). + The _process_image_params() function is now a static method inside the Ns class. This + eases the testability of _process_image_params(). + With this extraction a unit test was introduced to cover the extracted function.