Project

General

Profile

action #159567

Updated by JERiveraMoya 24 days ago

DRAFT. 

 #### Motivation 
 In Function `cleanup_registration` should not hide behind the scene the url in tests/console/scc_cleanup_reregister.pm  
 we shouldnt deal deal should create a proper function with /etc/SUSEConnect, because we parameters that are going to register later. 
 We should pass later --url parameter to register. visible from the test layer that does: debug, cleanup, url. 

 #### Acceptance criteria 
 * **AC1**: Function cleanup_registration is replaced by its command in for a more readable version from the test module 
 * **AC2**: Registration is simplified in a way that we can pass --url (CONTINUE) caller. 
 * **AC2**: Change is applied/verified to/with all migrations running in maintenance. 

 #### Suggestions 
 No need for echo directly to the file, --url parameter can be push if needed in single call.

Back