Skip to content

Commit

Permalink
remove host symlinks that we no longer use
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jun 24, 2024
1 parent 759f652 commit 783c9f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/compat_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,13 @@ def __init__(self):

@rfm.simple_test
class SymlinksToHostFilesTest(RunInGentooPrefixTest):
# see https://github.com/EESSI/compatibility-layer/blob/main/ansible/playbooks/roles/compatibility_layer/defaults/main.yml
symlink_to_host = parameter([
'etc/group',
'etc/passwd',
'etc/hosts',
'etc/nsswitch.conf',
'etc/resolv.conf',
'lib64/libnss_centrifydc.so.2',
'lib64/libnss_ldap.so.2',
'lib64/libnss_sss.so.2',
])

def __init__(self):
Expand Down

0 comments on commit 783c9f1

Please sign in to comment.