Actions
action #159567
closedcoordination #151990: [epic] Optimize test coverage
Enhance registration for migrations in maintenance
Start date:
2024-04-24
Due date:
% Done:
0%
Estimated time:
Tags:
Description
DRAFT.
Motivation¶
In tests/console/scc_cleanup_reregister.pm we shouldnt deal deal with /etc/SUSEConnect, because we are going to register later.
We should pass later --url parameter to register.
Acceptance criteria¶
- AC1: Function cleanup_registration is replaced by its command in the test module
- AC2: Registration is simplified in a way that we can pass --url (CONTINUE)
- 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.
Updated by JERiveraMoya 9 months ago
- Subject changed from Enhance cleanup_registration for migrations in maintenance to Enhance registration for migrations in maintenance
- Description updated (diff)
- Status changed from Workable to New
Updated by JERiveraMoya 7 months ago
- Status changed from New to Resolved
- Assignee set to JERiveraMoya
Already improved myself this code, rejecting.
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19191
Actions