summaryrefslogtreecommitdiffstats
path: root/docs/submodules/sdc.git
AgeCommit message (Collapse)AuthorFilesLines
2020-06-25Remove docs submoduleslf-jobbuilder1-0/+0
This is the final change in the docs migration topic CIMAN-376. We have switched projects to use intersphinx linking and away from submodules. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4e7446a677e1847cee139f41c91b7734d148cdb4
2020-06-25Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 56f99ec6ce4cf9ae5a0c9bf162164aa1c05413b3 - Rationalize maven dependencies Issue-ID: SDC-3149 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: I1ee42494a4cc5b185b6dfcbee44399d2960cf880
2020-06-25Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to e9cb7eb287f88938b0a2f6d2cd0743e6ac2867f8 - Cleaned up ArtifactValidatorExecuter and IArtifactValidatorExecutor This commit intends to clean the tests related to ArtifactValidatorExecuter and IArtifactValidatorExecutor by introducing the concept of test contract. Some renaming have to be done to fix the typo in Executer (it should be named Executor), hence the number of changes. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I5cd4512c425ae01f4f1118c9d61e6fce3df94f1d Issue-ID: SDC-2499
2020-06-25Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 6bd3d3a85c4e14174070b8c0de81714a0155255a - add a new profil for fast build Issue-ID: SDC-3148 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: Ie98194fe6d136f57491a0590ab2afc9db59fbfbd
2020-06-25Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 234fa274c4e364da43793aec2898069ee543c3e6 - Fix Security Vulnerability Fix Sonar Major by switching to better protocol Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I9f5d8640c991ae895a41dadf67a11872952fe38a
2020-06-25Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to cbe01b54b31b0c35cfd05b52f10fa118caedc5ee - Fix Assert Fix Sonar Asserts Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I92dcd21a3cec903792c20275be8b955c5910e566
2020-06-24Update git submodulesKrupaNagabhushan1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to b95aa52a9f57ec6c4d53376fc59c749621f541f9 - Fix for name clash in csar generation Issue-ID: SDC-3144 Change-Id: Ia9b66bb14bbff3add70eed8dfe41acc55c72b35b Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
2020-06-24Update git submodulesk.kedron1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 16fe29ac226610f79c8da1f691437ec7fe6e79c4 - Improvement sdc-BE-init python scripts - Implemented retries when request fail - Moved configuration variables to the Properties file - Extended sdcBeProxy - Implemented script to run import/update (should fix deployment glitch) - Updated the import_Normatives recipes to use new script Issue-ID: SDC-2784 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I83fab898783ad8d3b3d532af43d75bc54d033c33 - Refactoring the check backend, create consumers Continue refactoring: - added script for healthCheck, create new consumers - also update chef recipes to use new script Issue-ID: SDC-2784 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I158d816362f91f74b217fe85112cf7c14da8f1ec
2020-06-24Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 7027b33eb41947e6799392d392283b09110158d1 - Add Node Filter Business Logic Unit Tests Issue-ID: SDC-3125 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I80c755f4fffa813396ceb85c6aa7fde5b32590cd
2020-06-24Update git submodulesk.kedron1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to cb30f3a566b73c78c3ea666acfcd3f288098684a - Refactoring the sdc-BE-init python scripts Deeper refactoring of python script: - create the python package with init script - support for python 3.x - reuse code - new design - support for .json conf file - update the docker chef script Issue-ID: SDC-2784 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I02169eb7d0e3e90851ba1811536d1712c3b4145f
2020-06-24Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to bdbfc2e460ccb561c3e174260b2908b974996d4f - Decouple TXT Report file writing and formatting logic (6/6) This commit moves the writeReportLineToFile from ReportManager to ReportFile, deletes ReportManager (as it's not longer used), and finalizes the decoupling between the writing and the formatting logic of the TXT Report file. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: Ia5cce71535ea808e6e24807ed62ae9b262eab6ad Issue-ID: SDC-2499
2020-06-23Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8c6ad373281722ce410a1108c67de5f1adf350ea - Decouple TXT Report file writing and formatting logic (5/6) This commit aims to move the reportEndOfToolRun function from ReportManager (deprecated) to ReportFile. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I17731864c34ed9a70b1b1e91b89bad835dc72449 Issue-ID: SDC-2499
2020-06-23Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 2879d63dbeecdd485394f9f35df0578040b8cf2c - Improve test coverage Adding more tests to improve test coverage. Issue-ID: SDC-3129 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: I23a717bfb6a0004e58ff3ca37d6dd877a956931e Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-23Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 360884a24df3f22abc9533130c5de2d1673528f8 - Refactor ToscaTypeTest Adding more tests and adding assert for old tests. Issue-ID: SDC-3143 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: Id7cf5ec763b0d43dece9493613e336a4b3df9b72 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-22Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to b29518ad6136fe628d7aff79d5fc607c5e890729 - Decouple TXT Report file writing and formatting logic (4/6) This commit aims to move the reportValidatorTypeSummary function from ReportManager (deprecated) to ReportFile. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I30898d69bbcdb129a2dac917c4dee3c276556e91 Issue-ID: SDC-2499
2020-06-22Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 051fcebef77e7f8c4536ef717a78f05ab1a002ff - Decouple TXT Report file writing and formatting logic (3/6) This commit aims to move the printValidationTaskStatus function's logic from ReportManager (deprecated) to ReportFile. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: Ic33a519f4c70276d404a83bf7de8a27f0007b285 Issue-ID: SDC-2499
2020-06-21Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 194c4a67301b88783ff7d2587feb66912de5ff94 - Improve ActionUtil coverage and improve Sonar score Issue-ID: SDC-3133 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: I5e6f927599520efa5bfa5856863ca173ecdfb553 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2020-06-21Update git submodulestalio1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a098edad859459ab116d4587af8262877f2b522a - Toggle Add toggling mechanism to catalog side. The first toggleable feature is healing - this was added to healing flow, in healJanusGraphDao Issue-ID: SDC-2874 Signed-off-by: talio <talio@amdocs.com> Change-Id: If386651cab8304ebaf13497ded3a7a50bd60e477 Signed-off-by: talio <talio@amdocs.com>
2020-06-21Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to b0140364e491df1009cf00e50c0207d2e9ca3453 - Add Node Filter Servlets Unit Tests Issue-ID: SDC-3117 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I84e728f21290a59c7674f97d5977b945b93ef546 - Add Support for node_filters Allows for node_filter to be specified for a node template to provide processing instructions to the orchestrator Issue-ID: SDC-3095 Change-Id: I4e496e300552049d9bfd00df878b86d9fb97312b Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2020-06-21Update git submodulessebdet1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5dd7bf3451168c1701b6c35b29d0db70c218595a - Fix sonar issues Fix sonar/checkstyle issues in sdc code Issue-ID: SDC-3116 Change-Id: I87802cc9edb378bdbe456c3ca4f10d8c6ebe9425 Signed-off-by: sebdet <sebastien.determe@intl.att.com> - Fix sonar issues Fix sonar/checkstyle issues in sdc code Issue-ID: SDC-3116 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I87802bb9edb378bdbe456c3ca4f10d8c6dae9437
2020-06-21Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9c414d7dbbe337c365b52f708ccd1c4ccf36021c - Decouple TXT Report file writing and formatting logic (2/6) This commit aims to move the reportStartValidatorRun function's logic from ReportManager (deprecated) to ReportFile. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I93c2e8f98cdef598094647d734d0deec0f1941db Issue-ID: SDC-2499
2020-06-21Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8a44c78d37e82363cf572b6d9578e1cc6f6860bd - Fix Assert usage Sonar Fix, fix assert usage in this file Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I292649e84e589a35eb69139de53b3ee95223be26
2020-06-21Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 886ffd112569eaa02cab85fb59a5a47db52c312d - fix sonar issues related to MessageContainer.java Issue-ID: SDC-3127 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: I02357fa3cbf7afd7845737ba01c72dc202401882 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2020-06-19Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 473c167f6589b446e8c6491dc7940c3142beb740 - Remove duplicate code Removing duplicate code. Issue-ID: SDC-3132 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: I595a791ebd7cb160d7149ea92a6434d52cfc9f48
2020-06-19Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 6152e450f7164c0a8e84da63e354c8c0ffccb237 - Remove unused method Removing unused method in Constraint and use lombok annotations instead. Issue-ID: SDC-3130 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: Ia718d184c55d40503f42830966bb11675b7c3f85 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-19Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 61aa954c94ddb1b60cb57d1c9d4b0908e0929487 - Fix Vulnerabilities Fix the vulnerabilities reported by Sonar. Issue-ID: SDC-3114 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: Icf97e427ef0c192b2f279380d7ee9eb570949d1f Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-19Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9ca59353f28ed9dcd6dbd7ece6063e7ff7d64cc8 - Fix Sonar issues Assert params updated to be in correct order Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I8be2dec4a1d5ec9ab59ea8fddab540958fe25511
2020-06-19Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4503c8bb6c271fdb045620d3cf05423b556f2fca - Fix Sonar issues Assert params updated to be in correct order Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I10168defa289e45102f7f8aa436db8ca7176fe6a
2020-06-19Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a3c475abddfb091bab547e291e2acf79f4061921 - Fix Sonar issues Fix assertThat usage and tests Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ife533a479096047c4ccb7ae46dfaaa6e2ece974d
2020-06-19Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 95357cd3145e8a7b5f7e46b7ce4d4262b1a443a9 - improve test coverage Issue-ID: SDC-3120 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: I8e02fcb3f495d70c14e6e9cf0304085d77918805
2020-06-19Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 54532f7f7c45241327691925ab6d68226d124815 - Decouple TXT Report file writing and formatting logic (1/6) This commit is the first of a series aiming to decouple the writing and formatting logic of text report files in the asdc tool. Unfortunately because of a significant amount of technical debt, a small hack had to be done so that the header of the file is not written twice. This will be removed in a future change. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I8d2a7c1353d59562d8026088824c26ae0daa36e9 Issue-ID: SDC-2499
2020-06-19Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9ef860fe5e08f0d6ea82357c672ab11e5c0a4daa - Fix more doc warnings Fix couple of doc warnings Issue-ID: SDC-1357 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I3c195ab8d9caacce7dde5d8e9631a0fb7c2ea25a
2020-06-19Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8420f17341541296448af7c61e11416e766d7216 - datatypes.Constants: - adhere to naming conventions - remove unused Issue-ID: SDC-3126 Change-Id: I4ea23a8c69aaaf8fcc404868d3c59c47d09ba442 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2020-06-18Update git submodulesMichaelMorris1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 7cd3f6bbd4524421f290aa6b5f89836bc98c8cbf - Importing VSP with node_type in separate file Import fails when a node_type referenced in the main template is defined in a separate yaml file in the csar even when that separate file is correctly imported in the main template Change-Id: I6abe074585c2ce592fe9bed7abe76f0856bcfe93 Issue-ID: SDC-2850 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2020-06-18Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ccdff9dd945d15b537f922999a569deb9b08a2d6 - create tests for ScalarUnitValidator.java Issue-ID: SDC-3123 Change-Id: Iaa60ce2df46ee7a4d9138a56cf4d4c115a059240 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2020-06-18Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 135e9ebdc84ebe58d3ff338d439631d45eb5f01e - create tests for PropertyTypeExt.java and remove unsused method Issue-ID: SDC-3124 Change-Id: I5d3baeeff23c0003952eabc39a5f9dd296dd7c39 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2020-06-18Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 841d054f6bf5231c96abf1e91e1715c02809046a - Decouple CSV Report file writing and formatting logic Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I6168b71bb54192a806ff6aa437788bedad933c76 Issue-ID: SDC-2499
2020-06-17Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to bc9783d71b65e0ab70dcd5bd6fcb8ff0e09eaf4b - Fix Java Code Conventions non-compliance issues Update locations of the constructor and private variable to comply with the Java Code Conventions. Issue-ID: SDC-3121 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: I0114c880e389f0ed167262c9cd513583be35ba56 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-17Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 0da2195ac1ba608661e74dab85a753df7c619fe2 - Reduce nest statement levels Reduce the if/for/switch/try nest statement levels to less than 3. Issue-ID: SDC-3119 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: I60f0c0203db4495c6e10127114acdb8586867b14 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-17Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5971be1a797d4ad232257c4bf5dd8c3359b56ede - Refactor ArtifactsBusinessLogic::getUpdatedGroupInstances Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I6d62c1f916aa820f84328d25d2afbc7470397b0d Issue-ID: SDC-2961
2020-06-17Update git submodulesxuegao1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 67bd4804ca771a5a1d6f2330c0c3573f149bfca1 - Reduce nest statement levels Reduce the if/for/switch/try nest statement levels to less than 3. Issue-ID: SDC-3118 Signed-off-by: xuegao <xg353y@intl.att.com> Change-Id: I490e66a807a0a8508b7e3c1da332546f2ced3005
2020-06-17Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9db21cff33a8eadadb85071a37d2239f4ee6f068 - Extract ComponentCache from CsarUtils This commit aims to decouple the component caching logic from CsarUtils to its own class. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: Ia7e9284639ec8cd87ca5107e12f295e2eb599768 Issue-ID: SDC-2812
2020-06-17Update git submodulesMichaelMorris1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 63ab11e3a5c635d69056d6f79156ce1d114fa1be - Support the substitution_mappings in the VNFD Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-2957 Change-Id: I8a385b02568b3bf3d83a250cbe36a7e7f61e710c
2020-06-16Update git submodulesChrisC1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ada10a6e126e7698b17f4a70de631f4478a10dca - Fix Sonar issues Hide implicit public constructor in utility class Issue-ID: SDC-3116 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I4edd2ac37aab2fd587b5d46391dd669181385748
2020-06-16Update git submodulesJulienBe1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 14cee3ef2e286a9031a8fa35619f1a5d60616556 - add information on the containers based on what is available in the wiki Issue-ID: SDC-2449 Change-Id: I740a14623161e051399f03d1788ae8a2605c1076 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
2020-06-16Update git submodulesMichaelMorris1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8b53d639026267aef71659fe292a75e47555265f - Manifest is optional in ETSI SOL004 manifest SOL004MetaDirectoryValidtor enforces all files contained in an ETSI SOL004 CSAR are included in the manifest file, however the manifest itself is not mandatory to include in the manifest Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3057 Change-Id: I460071ecbd21578edb0603f600da0ac1ea877539
2020-06-15Update git submodulesSatoshi Fujii1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c74aa44beabc303a5cf709625ee802dcd1bb9f5d - Add some unit tests This change added some unit tests for ComponentInstanceBusinessLogic to increase test coverage and removed unused variables for better readability. Also the test class was rewritten to use JUnit 5. Change-Id: I519976d00d8eccc194f8f1168d45f95392808652 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: SDC-2885
2020-06-15Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 0b3c65c18977212bc74b1f01cefe5ebecc2586f3 - Onboard TOSCA data_types defined in package Onboard TOSCA data_types defined in a CSAR package that does not exists in the SDC default data_types library. Those data_types were being lost. All data_types declared in the package will be included in the "GlobalSubstitutionServiceTemplate". This includes the data_types declared in the main topology template and in its imported definition files. Defines a maven profile to compile the catalog-be in the main SDC pom. Change-Id: I39445b0f42e924dc1015945b7e605e804c1d505b Issue-ID: SDC-2763 Signed-off-by: André Schmid <andre.schmid@est.tech> Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
2020-06-15Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to e3e2db1d777b89e8292b88f677bcc7d81e6bf2c0 - Fix 'not running Junit5 tests'-issue Change-Id: Iee67a4af7262e554a86252b411264f55ff1baa88 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3109
2020-06-15Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ca685bb55cd192ab58c62663a31f5292697a4182 - Fix Critical security vulnerability com.fasterxml.jackson.core : jackson-databind : 2.9.9 Change-Id: I81af7879cb1fbcd158177a3dc220b704ff2f3388 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3111