Skip to content

Commit 69f5cab

Browse files
committed
TMT: adjust ROOTLESS_USER env var on ELN
The default rootless user is set to `cloud-user` on both RHEL and ELN environments, while it's `ec2-user` on CentOS Stream and `fedora` on Fedora. Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 0f666c6 commit 69f5cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ recommend:
2929
- when: distro == centos-stream
3030
environment+:
3131
ROOTLESS_USER: "ec2-user"
32-
- when: distro == rhel
32+
- when: distro == fedora-eln or distro == rhel
3333
environment+:
3434
ROOTLESS_USER: "cloud-user"

0 commit comments

Comments
 (0)