Project

General

Profile

action #28349

Updated by okurz over 6 years ago

## User story 
 As a product owner I want to see results of autoyast tests which use profiles from aytests repo. 

 ## Acceptance criteria 
 * **AC1:** <**AC1:** Adjust profiles to register SLE15 against proxy SCC  
 * **AC2:** <**AC2:** Use and inject variables for regcode and regurl 
 * **AC3:** <**AC3:** Use double curly brackets for variable 

 ## Tasks 
 * Get familiar with functionality implemented within https://progress.opensuse.org/issues/27076 
 * Implement code which modifies profiles and expands variables 
 * Verify it's working 
 * Submit changes for autoyast profiles in aytests and os-autoinst-distri repos 
 * Notify yast team regarding changes, so they could adjust integration tests 
 * Add variables to the test suite on production if required 

 Registration section can look like this: 

 ``` 
   <suse_register> 
       <do_registration config:type="boolean">true</do_registration> 
       <email></email> 
       <reg_code>{{REG_CODE}}</reg_code> 
       <install_updates config:type="boolean">true</install_updates> 
       <reg_server>{{REG_URL}}</reg_server> <!-- Required for getting correct packages --> 
   </suse_register> 
 ``` 

 Do not forget to add product subsection in software section: 
 <product>SLES15</product> 

Back