Skip to content
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

test rhel4edge: changes inside new images, used symlink for home dir. #20480

Closed
wants to merge 1 commit into from

Conversation

jscotka
Copy link
Contributor

@jscotka jscotka commented May 17, 2024

Fix the issue:
#20479
Directly connected with PR inside bots: cockpit-project/bots#6362

@jscotka jscotka changed the title test rhel4edge: skip basic terminal test and new build workflow caus test rhel4edge: skip basic terminal test and new build workflow cause trouble of terminal May 17, 2024
@jscotka jscotka requested a review from marusak May 20, 2024 07:27
    Terminal plugin will dereference symlink to /var/home/admin,
although user is created with home /home/admin
and /home is symlink to var/home

 Issue: cockpit-project#20479
@jscotka jscotka changed the title test rhel4edge: skip basic terminal test and new build workflow cause trouble of terminal test rhel4edge: changes inside new images, used symlink for home dir. May 22, 2024
Comment on lines +86 to +87
if m.image.startswith("rhel4edge") and "admin]" in prompt:
self.assertIn("admin]$", prompt)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is too much of a static hack IMHO -- the next rhel4edge refresh may change this again, and it breaks on the current image. IMHO this is a bug in creating the "admin" user, I'll follow up to cockpit-project/bots#6362

@martinpitt martinpitt closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants