-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the separator parameter #20643
base: master
Are you sure you want to change the base?
Conversation
thanks for the fix. Previously I used "|" in ltss tests to pass multiple scc_codes to multiple guests but failed, all guests got the last scc_dode. I assume your fix will fix this? |
@RoyCai7 Would you help also have a second look at your previous pull request #20501 ? I think we'd better have a second thought, decide the potential root cause and fix there. I think if And I do not think you need Let's clean all these things up here. What I am trying to convey is we'd better do not do fix on fix . Hope you can understand. By the way, I think the potential root cause lies here in
should be
You may forgot using escape character I think. So I think, maybe:
are the changes need to be made in this pull request instead of current change. |
|
Good solution, Will make improvement. |
Issue Description:
When attempting to install a guest, the LTSS (Long Term Service Support) registration code cannot be get. Instead, it displays an incorrect or empty string '-E "|||||||||||||"'.
Related ticket: https://progress.opensuse.org/issues/169678
Needles: N/A
Verification run:
aarch64 test
x86_64 test