Project

General

Profile

action #9498

Updated by Anonymous almost 7 years ago

## User story 
 As a developer, I want to go through with an installation of a test product, in order to be able to check the reliability and functionality of the system later 

 ## acceptance criteria 
 * **AC1:** report soft failure if dependency issue appears during installation 
 * **AC2:** solve dependency issues: workaround or break dependency 

 ## tasks 
 * when dependency issue appears during installation, a soft failure will be reported 
 * after the soft failure is reported, depending on which parameter the SUT got, dependency issues can be solved in two ways: workaround - not to install selected modules, or break dependency and install the modules 
 * solve multi and chained dependency issues until the SUT can continue with installation 

Back